#0D6597

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

Shades of Cerulean #0D6597

Tints of Cerulean #0D6597

Color information

#0D6597 (or 0x0D6597) is unknown color: approx Cerulean. HEX triplet: 0D, 65 and 97. RGB value is (13,101,151). Sum of RGB (Red+Green+Blue) = 13+101+151=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D6597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6597 is #F29A68. Grayscale: #505050. Windows color (decimal): -15899241 or 9921805. OLE color: 9921805.

HSL color Cylindrical-coordinate representation of color #0D6597: hue angle of 201.74º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6597 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13101151-
CMYK0.910.3300.41
HSL201.74º84.15%32.16%-
HSV(B)201.74º91.39%59.22%-
XYZ10.4111.6330.97-
YUV80.39167.8579.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.91%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 151 (59.38% from 255) = 56.98%
R=4.91%
G=38.11%
B=56.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131011510.910.3300.41201.7484.1532.16
HexD65975B21029ca5420
Octal151452271334105131212440
Binary110111001011001011110110111000010101001110010101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,101,151); }

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

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

 a { background-color: rgb(13,101,151); }

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

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

 span { border-color: rgb(13,101,151); }

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