Html Css Color HEX #0D79BD Cerulean

📋 copy color: '#0D79BD'

red 13 ◦ green 121 ◦ blue 189

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

Shades of Cerulean #0D79BD

Tints of Cerulean #0D79BD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.46%

 BLUE value IS 189 (74.22% from 255) = 58.51%

R = 4.02%
G = 37.46%
B = 58.51%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D79BD (or 0x0D79BD) is known color: Cerulean. HEX triplet: 0D, 79 and BD. RGB value is (13,121,189). Sum of RGB (Red+Green+Blue) = 13+121+189=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D79BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D79BD is #F28642. Grayscale: #606060. Windows color (decimal): -15894083 or 12417293. OLE color: 12417293.

HSL color Cylindrical-coordinate representation of color #0D79BD: hue angle of 203.18º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D79BD is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 121 189 -
CMYK 0.93 0.36 0 0.26
HSL 203.18º 0.87% 0.4% -
HSV(B) 203.18º 0.93% 0.74% -
XYZ 16.19 17.43 50.66 -
YUV 96.46 180.22 68.47 -
System Red Green Blue C M Y K H S L
Decimal 13 121 189 0.93 0.36 0 0.26 203.18 0.87 0.4
Hex D 79 BD 5D 24 0 1A CB 57 28
Octal 15 171 275 135 44 0 32 313 127 50
Binary 1101 1111001 10111101 1011101 100100 0 11010 11001011 1010111 101000

Color Harmonies of #0D79BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D79BD

Black with #0D79BD

Text Example


Text Example

White with #0D79BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,121,189); }

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

background-color css

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

 a { background-color: rgb(13,121,189); }

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

border-color css

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

 span { border-color: rgb(13,121,189); }

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