#007EBE

Color #007EBE Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #007EBE

Tints of Cerulean #007EBE

Color information

#007EBE (or 0x007EBE) is unknown color: approx Cerulean. HEX triplet: 00, 7E and BE. RGB value is (0,126,190). Sum of RGB (Red+Green+Blue) = 0+126+190=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #007EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007EBE is #FF8141. Grayscale: #5F5F5F. Windows color (decimal): -16744770 or 12484096. OLE color: 12484096.

HSL color Cylindrical-coordinate representation of color #007EBE: hue angle of 200.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EBE is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0126190-
CMYK10.3400.25
HSL200.21º100%37.25%-
HSV(B)200.21º100%74.51%-
XYZ16.7618.6451.43-
YUV95.62181.2659.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 126 (49.61% from 255) = 39.87%
BLUE value IS 190 (74.61% from 255) = 60.13%
R=0%
G=39.87%
B=60.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal012619010.3400.25200.2110037.25
Hex07EBE6422019c86425
Octal01762761444203131014445
Binary01111110101111101100100100010011001110010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007EBE; }

 p { color: rgb(0,126,190); }

 H1.HeaderClassName
 {
   color: #007EBE;
 }
 .AnyTagClassName
 {
   color: #007EBE;
 }
</style>
background-color css

<style>
 a { background-color: #007EBE; }

 a { background-color: rgb(0,126,190); }

 div.DivClassName
 {
   background-color: #007EBE;
 }
 .BgClassName
 {
   background-color: #007EBE;
 }
</style>
border-color css

<style>
 span { border-color: #007EBE; }

 span { border-color: rgb(0,126,190); }

 td.TdClassName
 {
   border-color: #007EBE;
 }
 .TagClassName
 {
   border-color: #007EBE;
 }
</style>