Html Css Color HEX #0D669D Cerulean

📋 copy color: '#0D669D'

red 13 ◦ green 102 ◦ blue 157

#0D669D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0D669D

Tints of Cerulean #0D669D

RGB

 RED value IS 13 (5.47% from 255) = 4.78%

 GREEN value IS 102 (40.23% from 255) = 37.5%

 BLUE value IS 157 (61.72% from 255) = 57.72%

R = 4.78%
G = 37.5%
B = 57.72%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D669D (or 0x0D669D) is known color: Cerulean. HEX triplet: 0D, 66 and 9D. RGB value is (13,102,157). Sum of RGB (Red+Green+Blue) = 13+102+157=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D669D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D669D is #F29962. Grayscale: #515151. Windows color (decimal): -15898979 or 10315277. OLE color: 10315277.

HSL color Cylindrical-coordinate representation of color #0D669D: hue angle of 202.92º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D669D is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 102 157 -
CMYK 0.92 0.35 0 0.38
HSL 202.92º 0.85% 0.33% -
HSV(B) 202.92º 0.92% 0.62% -
XYZ 11 12.02 33.64 -
YUV 81.66 170.51 79.03 -
System Red Green Blue C M Y K H S L
Decimal 13 102 157 0.92 0.35 0 0.38 202.92 0.85 0.33
Hex D 66 9D 5C 23 0 26 CB 55 21
Octal 15 146 235 134 43 0 46 313 125 41
Binary 1101 1100110 10011101 1011100 100011 0 100110 11001011 1010101 100001

Color Harmonies of #0D669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D669D

Black with #0D669D

Text Example


Text Example

White with #0D669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,102,157); }

 H1.HeaderClassName
 {
   color: #0D669D;
 }
 .AnyTagClassName
 {
   color: #0D669D;
 }
</style>

background-color css

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

 a { background-color: rgb(13,102,157); }

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

border-color css

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

 span { border-color: rgb(13,102,157); }

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