Html Css Color HEX #0D51B1 Cobalt

📋 copy color: '#0D51B1'

red 13 ◦ green 81 ◦ blue 177

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

Shades of Cobalt #0D51B1

Tints of Cobalt #0D51B1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

 BLUE value IS 177 (69.53% from 255) = 65.31%

R = 4.8%
G = 29.89%
B = 65.31%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0D51B1 (or 0x0D51B1) is known color: Cobalt. HEX triplet: 0D, 51 and B1. RGB value is (13,81,177). Sum of RGB (Red+Green+Blue) = 13+81+177=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 177 (69.53% from 255 or 65.31% from 271); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D51B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D51B1 is #F2AE4E. Grayscale: #474747. Windows color (decimal): -15904335 or 11620621. OLE color: 11620621.

HSL color Cylindrical-coordinate representation of color #0D51B1: hue angle of 215.12º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D51B1 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 81 177 -
CMYK 0.93 0.54 0 0.31
HSL 215.12º 0.86% 0.37% -
HSV(B) 215.12º 0.93% 0.69% -
XYZ 11.04 9.14 42.78 -
YUV 71.61 187.47 86.19 -
System Red Green Blue C M Y K H S L
Decimal 13 81 177 0.93 0.54 0 0.31 215.12 0.86 0.37
Hex D 51 B1 5D 36 0 1F D7 56 25
Octal 15 121 261 135 66 0 37 327 126 45
Binary 1101 1010001 10110001 1011101 110110 0 11111 11010111 1010110 100101

Color Harmonies of #0D51B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D51B1

Black with #0D51B1

Text Example


Text Example

White with #0D51B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,81,177); }

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

background-color css

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

 a { background-color: rgb(13,81,177); }

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

border-color css

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

 span { border-color: rgb(13,81,177); }

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