Html Css Color HEX #0D81BC Cerulean

📋 copy color: '#0D81BC'

red 13 ◦ green 129 ◦ blue 188

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

Shades of Cerulean #0D81BC

Tints of Cerulean #0D81BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 3.94%
G = 39.09%
B = 56.97%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D81BC (or 0x0D81BC) is known color: Cerulean. HEX triplet: 0D, 81 and BC. RGB value is (13,129,188). Sum of RGB (Red+Green+Blue) = 13+129+188=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D81BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D81BC is #F27E43. Grayscale: #646464. Windows color (decimal): -15892036 or 12353805. OLE color: 12353805.

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

Color convert

RGB 13 129 188 -
CMYK 0.93 0.31 0 0.26
HSL 200.23º 0.87% 0.39% -
HSV(B) 200.23º 0.93% 0.74% -
XYZ 17.09 19.42 50.42 -
YUV 101.04 177.07 65.2 -
System Red Green Blue C M Y K H S L
Decimal 13 129 188 0.93 0.31 0 0.26 200.23 0.87 0.39
Hex D 81 BC 5D 1F 0 1A C8 57 27
Octal 15 201 274 135 37 0 32 310 127 47
Binary 1101 10000001 10111100 1011101 11111 0 11010 11001000 1010111 100111

Color Harmonies of #0D81BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D81BC

Black with #0D81BC

Text Example


Text Example

White with #0D81BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,129,188); }

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

background-color css

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

 a { background-color: rgb(13,129,188); }

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

border-color css

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

 span { border-color: rgb(13,129,188); }

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