Html Css Color HEX #0D80BA Cerulean

📋 copy color: '#0D80BA'

red 13 ◦ green 128 ◦ blue 186

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

Shades of Cerulean #0D80BA

Tints of Cerulean #0D80BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 3.98%
G = 39.14%
B = 56.88%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D80BA (or 0x0D80BA) is known color: Cerulean. HEX triplet: 0D, 80 and BA. RGB value is (13,128,186). Sum of RGB (Red+Green+Blue) = 13+128+186=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D80BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D80BA is #F27F45. Grayscale: #636363. Windows color (decimal): -15892294 or 12222477. OLE color: 12222477.

HSL color Cylindrical-coordinate representation of color #0D80BA: hue angle of 200.12º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D80BA is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 128 186 -
CMYK 0.93 0.31 0 0.27
HSL 200.12º 0.87% 0.39% -
HSV(B) 200.12º 0.93% 0.73% -
XYZ 16.75 19.07 49.25 -
YUV 100.23 176.4 65.78 -
System Red Green Blue C M Y K H S L
Decimal 13 128 186 0.93 0.31 0 0.27 200.12 0.87 0.39
Hex D 80 BA 5D 1F 0 1B C8 57 27
Octal 15 200 272 135 37 0 33 310 127 47
Binary 1101 10000000 10111010 1011101 11111 0 11011 11001000 1010111 100111

Color Harmonies of #0D80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D80BA

Black with #0D80BA

Text Example


Text Example

White with #0D80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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