Html Css Color HEX #0D4ABB Cobalt

📋 copy color: '#0D4ABB'

red 13 ◦ green 74 ◦ blue 187

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

Shades of Cobalt #0D4ABB

Tints of Cobalt #0D4ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

 BLUE value IS 187 (73.44% from 255) = 68.25%

R = 4.74%
G = 27.01%
B = 68.25%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D4ABB (or 0x0D4ABB) is known color: Cobalt. HEX triplet: 0D, 4A and BB. RGB value is (13,74,187). Sum of RGB (Red+Green+Blue) = 13+74+187=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D4ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4ABB is #F2B544. Grayscale: #444444. Windows color (decimal): -15906117 or 12274189. OLE color: 12274189.

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

Color convert

RGB 13 74 187 -
CMYK 0.93 0.60 0 0.27
HSL 218.97º 0.87% 0.39% -
HSV(B) 218.97º 0.93% 0.73% -
XYZ 11.58 8.57 48.06 -
YUV 68.64 194.79 88.31 -
System Red Green Blue C M Y K H S L
Decimal 13 74 187 0.93 0.60 0 0.27 218.97 0.87 0.39
Hex D 4A BB 5D 3C 0 1B DB 57 27
Octal 15 112 273 135 74 0 33 333 127 47
Binary 1101 1001010 10111011 1011101 111100 0 11011 11011011 1010111 100111

Color Harmonies of #0D4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4ABB

Black with #0D4ABB

Text Example


Text Example

White with #0D4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,74,187); }

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

background-color css

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

 a { background-color: rgb(13,74,187); }

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

border-color css

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

 span { border-color: rgb(13,74,187); }

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