Html Css Color HEX #0D4EB1 Cobalt

📋 copy color: '#0D4EB1'

red 13 ◦ green 78 ◦ blue 177

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

Shades of Cobalt #0D4EB1

Tints of Cobalt #0D4EB1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.1%

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

R = 4.85%
G = 29.1%
B = 66.04%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0D4EB1 (or 0x0D4EB1) is known color: Cobalt. HEX triplet: 0D, 4E and B1. RGB value is (13,78,177). Sum of RGB (Red+Green+Blue) = 13+78+177=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 177 (69.53% from 255 or 66.04% from 268); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D4EB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4EB1 is #F2B14E. Grayscale: #454545. Windows color (decimal): -15905103 or 11619853. OLE color: 11619853.

HSL color Cylindrical-coordinate representation of color #0D4EB1: hue angle of 216.22º 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 #0D4EB1 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 78 177 -
CMYK 0.93 0.56 0 0.31
HSL 216.22º 0.86% 0.37% -
HSV(B) 216.22º 0.93% 0.69% -
XYZ 10.83 8.71 42.71 -
YUV 69.85 188.47 87.45 -
System Red Green Blue C M Y K H S L
Decimal 13 78 177 0.93 0.56 0 0.31 216.22 0.86 0.37
Hex D 4E B1 5D 38 0 1F D8 56 25
Octal 15 116 261 135 70 0 37 330 126 45
Binary 1101 1001110 10110001 1011101 111000 0 11111 11011000 1010110 100101

Color Harmonies of #0D4EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4EB1

Black with #0D4EB1

Text Example


Text Example

White with #0D4EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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