#0E629B

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

Shades of Cerulean #0E629B

Tints of Cerulean #0E629B

Color information

#0E629B (or 0x0E629B) is unknown color: approx Cerulean. HEX triplet: 0E, 62 and 9B. RGB value is (14,98,155). Sum of RGB (Red+Green+Blue) = 14+98+155=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E629B is #F19D64. Grayscale: #4F4F4F. Windows color (decimal): -15834469 or 10183182. OLE color: 10183182.

HSL color Cylindrical-coordinate representation of color #0E629B: hue angle of 204.26º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E629B is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1498155-
CMYK0.910.3700.39
HSL204.26º83.43%33.14%-
HSV(B)204.26º90.97%60.78%-
XYZ10.4711.232.62-
YUV79.38170.6781.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.24%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 155 (60.94% from 255) = 58.05%
R=5.24%
G=36.70%
B=58.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14981550.910.3700.39204.2683.4333.14
HexE629B5B25027cc5321
Octal161422331334504731412341
Binary111011000101001101110110111001010100111110011001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E629B; }

 p { color: rgb(14,98,155); }

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

<style>
 a { background-color: #0E629B; }

 a { background-color: rgb(14,98,155); }

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

<style>
 span { border-color: #0E629B; }

 span { border-color: rgb(14,98,155); }

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