Html Css Color HEX #0D669C Cerulean

📋 copy color: '#0D669C'

red 13 ◦ green 102 ◦ blue 156

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

Shades of Cerulean #0D669C

Tints of Cerulean #0D669C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 4.8%
G = 37.64%
B = 57.56%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D669C (or 0x0D669C) is known color: Cerulean. HEX triplet: 0D, 66 and 9C. RGB value is (13,102,156). Sum of RGB (Red+Green+Blue) = 13+102+156=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D669C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D669C is #F29963. Grayscale: #515151. Windows color (decimal): -15898980 or 10249741. OLE color: 10249741.

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

Color convert

RGB 13 102 156 -
CMYK 0.92 0.35 0 0.39
HSL 202.66º 0.85% 0.33% -
HSV(B) 202.66º 0.92% 0.61% -
XYZ 10.92 11.99 33.19 -
YUV 81.55 170.01 79.11 -
System Red Green Blue C M Y K H S L
Decimal 13 102 156 0.92 0.35 0 0.39 202.66 0.85 0.33
Hex D 66 9C 5C 23 0 27 CB 55 21
Octal 15 146 234 134 43 0 47 313 125 41
Binary 1101 1100110 10011100 1011100 100011 0 100111 11001011 1010101 100001

Color Harmonies of #0D669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D669C

Black with #0D669C

Text Example


Text Example

White with #0D669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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