Html Css Color HEX #0D669B Cerulean

📋 copy color: '#0D669B'

red 13 ◦ green 102 ◦ blue 155

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

Shades of Cerulean #0D669B

Tints of Cerulean #0D669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.41%

R = 4.81%
G = 37.78%
B = 57.41%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D669B (or 0x0D669B) is known color: Cerulean. HEX triplet: 0D, 66 and 9B. RGB value is (13,102,155). Sum of RGB (Red+Green+Blue) = 13+102+155=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D669B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D669B is #F29964. Grayscale: #515151. Windows color (decimal): -15898981 or 10184205. OLE color: 10184205.

HSL color Cylindrical-coordinate representation of color #0D669B: hue angle of 202.39º 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 #0D669B is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 13 102 155 -
CMYK 0.92 0.34 0 0.39
HSL 202.39º 0.85% 0.33% -
HSV(B) 202.39º 0.92% 0.61% -
XYZ 10.83 11.95 32.75 -
YUV 81.43 169.51 79.19 -
System Red Green Blue C M Y K H S L
Decimal 13 102 155 0.92 0.34 0 0.39 202.39 0.85 0.33
Hex D 66 9B 5C 22 0 27 CA 55 21
Octal 15 146 233 134 42 0 47 312 125 41
Binary 1101 1100110 10011011 1011100 100010 0 100111 11001010 1010101 100001

Color Harmonies of #0D669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D669B

Black with #0D669B

Text Example


Text Example

White with #0D669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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