#0F629E

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

Shades of Cerulean #0F629E

Tints of Cerulean #0F629E

Color information

#0F629E (or 0x0F629E) is unknown color: approx Cerulean. HEX triplet: 0F, 62 and 9E. RGB value is (15,98,158). Sum of RGB (Red+Green+Blue) = 15+98+158=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F629E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F629E is #F09D61. Grayscale: #4F4F4F. Windows color (decimal): -15768930 or 10379791. OLE color: 10379791.

HSL color Cylindrical-coordinate representation of color #0F629E: hue angle of 205.17º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F629E is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1598158-
CMYK0.910.3800.38
HSL205.17º82.66%33.92%-
HSV(B)205.17º90.51%61.96%-
XYZ10.7411.3133.96-
YUV80.0217281.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.54%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 158 (62.11% from 255) = 58.30%
R=5.54%
G=36.16%
B=58.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15981580.910.3800.38205.1782.6633.92
HexF629E5B26026cd5322
Octal171422361334604631512342
Binary111111000101001111010110111001100100110110011011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,98,158); }

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

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

 a { background-color: rgb(15,98,158); }

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

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

 span { border-color: rgb(15,98,158); }

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