Html Css Color HEX #0D4BAF Cobalt

📋 copy color: '#0D4BAF'

red 13 ◦ green 75 ◦ blue 175

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

Shades of Cobalt #0D4BAF

Tints of Cobalt #0D4BAF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.52%

 BLUE value IS 175 (68.75% from 255) = 66.54%

R = 4.94%
G = 28.52%
B = 66.54%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0D4BAF (or 0x0D4BAF) is known color: Cobalt. HEX triplet: 0D, 4B and AF. RGB value is (13,75,175). Sum of RGB (Red+Green+Blue) = 13+75+175=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D4BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4BAF is #F2B450. Grayscale: #434343. Windows color (decimal): -15905873 or 11488013. OLE color: 11488013.

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

Color convert

RGB 13 75 175 -
CMYK 0.93 0.57 0 0.31
HSL 217.04º 0.86% 0.37% -
HSV(B) 217.04º 0.93% 0.69% -
XYZ 10.42 8.21 41.59 -
YUV 67.86 188.46 88.87 -
System Red Green Blue C M Y K H S L
Decimal 13 75 175 0.93 0.57 0 0.31 217.04 0.86 0.37
Hex D 4B AF 5D 39 0 1F D9 56 25
Octal 15 113 257 135 71 0 37 331 126 45
Binary 1101 1001011 10101111 1011101 111001 0 11111 11011001 1010110 100101

Color Harmonies of #0D4BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4BAF

Black with #0D4BAF

Text Example


Text Example

White with #0D4BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,75,175); }

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

background-color css

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

 a { background-color: rgb(13,75,175); }

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

border-color css

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

 span { border-color: rgb(13,75,175); }

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