Html Css Color HEX #0D79AC Cerulean

📋 copy color: '#0D79AC'

red 13 ◦ green 121 ◦ blue 172

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

Shades of Cerulean #0D79AC

Tints of Cerulean #0D79AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 4.25%
G = 39.54%
B = 56.21%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D79AC (or 0x0D79AC) is known color: Cerulean. HEX triplet: 0D, 79 and AC. RGB value is (13,121,172). Sum of RGB (Red+Green+Blue) = 13+121+172=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D79AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D79AC is #F28653. Grayscale: #5E5E5E. Windows color (decimal): -15894100 or 11303181. OLE color: 11303181.

HSL color Cylindrical-coordinate representation of color #0D79AC: hue angle of 199.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D79AC is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 121 172 -
CMYK 0.92 0.30 0 0.33
HSL 199.25º 0.86% 0.36% -
HSV(B) 199.25º 0.92% 0.67% -
XYZ 14.45 16.74 41.5 -
YUV 94.52 171.72 69.85 -
System Red Green Blue C M Y K H S L
Decimal 13 121 172 0.92 0.30 0 0.33 199.25 0.86 0.36
Hex D 79 AC 5C 1E 0 21 C7 56 24
Octal 15 171 254 134 36 0 41 307 126 44
Binary 1101 1111001 10101100 1011100 11110 0 100001 11000111 1010110 100100

Color Harmonies of #0D79AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D79AC

Black with #0D79AC

Text Example


Text Example

White with #0D79AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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