#0D6F92

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

Shades of Cerulean #0D6F92

Tints of Cerulean #0D6F92

Color information

#0D6F92 (or 0x0D6F92) is unknown color: approx Cerulean. HEX triplet: 0D, 6F and 92. RGB value is (13,111,146). Sum of RGB (Red+Green+Blue) = 13+111+146=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D6F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6F92 is #F2906D. Grayscale: #555555. Windows color (decimal): -15896686 or 9596685. OLE color: 9596685.

HSL color Cylindrical-coordinate representation of color #0D6F92: hue angle of 195.79º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6F92 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13111146-
CMYK0.910.2400.43
HSL195.79º83.65%31.18%-
HSV(B)195.79º91.1%57.25%-
XYZ11.0413.5329.22-
YUV85.69162.0376.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.81%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=4.81%
G=41.11%
B=54.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131111460.910.2400.43195.7983.6531.18
HexD6F925B1802Bc4541f
Octal151572221333005330412437
Binary1101110111110010010101101111000010101111000100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,111,146); }

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

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

 a { background-color: rgb(13,111,146); }

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

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

 span { border-color: rgb(13,111,146); }

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