Html Css Color HEX #0D80AC Cerulean

📋 copy color: '#0D80AC'

red 13 ◦ green 128 ◦ blue 172

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

Shades of Cerulean #0D80AC

Tints of Cerulean #0D80AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

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

R = 4.15%
G = 40.89%
B = 54.95%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D80AC (or 0x0D80AC) is known color: Cerulean. HEX triplet: 0D, 80 and AC. RGB value is (13,128,172). Sum of RGB (Red+Green+Blue) = 13+128+172=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D80AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D80AC is #F27F53. Grayscale: #626262. Windows color (decimal): -15892308 or 11304973. OLE color: 11304973.

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

Color convert

RGB 13 128 172 -
CMYK 0.92 0.26 0 0.33
HSL 196.6º 0.86% 0.36% -
HSV(B) 196.6º 0.92% 0.67% -
XYZ 15.33 18.5 41.79 -
YUV 98.63 169.4 66.92 -
System Red Green Blue C M Y K H S L
Decimal 13 128 172 0.92 0.26 0 0.33 196.6 0.86 0.36
Hex D 80 AC 5C 1A 0 21 C5 56 24
Octal 15 200 254 134 32 0 41 305 126 44
Binary 1101 10000000 10101100 1011100 11010 0 100001 11000101 1010110 100100

Color Harmonies of #0D80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D80AC

Black with #0D80AC

Text Example


Text Example

White with #0D80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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