#0f659e

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

Shades of Cerulean #0F659E

Tints of Cerulean #0F659E

Color information

#0F659E (or 0x0F659E) is unknown color: approx Cerulean. HEX triplet: 0F, 65 and 9E. RGB value is (15,101,158). Sum of RGB (Red+Green+Blue) = 15+101+158=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F659E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F659E is #F09A61. Grayscale: #515151. Windows color (decimal): -15768162 or 10380559. OLE color: 10380559.

HSL color Cylindrical-coordinate representation of color #0F659E: hue angle of 203.92º 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 #0F659E is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15101158-
CMYK0.910.3600.38
HSL203.92º82.66%33.92%-
HSV(B)203.92º90.51%61.96%-
XYZ11.0211.8834.06-
YUV81.78171.0180.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.47%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 158 (62.11% from 255) = 57.66%
R=5.47%
G=36.86%
B=57.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151011580.910.3600.38203.9282.6633.92
HexF659E5B24026cc5322
Octal171452361334404631412342
Binary111111001011001111010110111001000100110110011001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f659e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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