Html Css Color HEX #0D41AD Cobalt

📋 copy color: '#0D41AD'

red 13 ◦ green 65 ◦ blue 173

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

Shades of Cobalt #0D41AD

Tints of Cobalt #0D41AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

 BLUE value IS 173 (67.97% from 255) = 68.92%

R = 5.18%
G = 25.9%
B = 68.92%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D41AD (or 0x0D41AD) is known color: Cobalt. HEX triplet: 0D, 41 and AD. RGB value is (13,65,173). Sum of RGB (Red+Green+Blue) = 13+65+173=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D41AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D41AD is #F2BE52. Grayscale: #3D3D3D. Windows color (decimal): -15908435 or 11354381. OLE color: 11354381.

HSL color Cylindrical-coordinate representation of color #0D41AD: hue angle of 220.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D41AD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 65 173 -
CMYK 0.92 0.62 0 0.32
HSL 220.5º 0.86% 0.36% -
HSV(B) 220.5º 0.92% 0.68% -
XYZ 9.6 6.88 40.36 -
YUV 61.76 190.77 93.22 -
System Red Green Blue C M Y K H S L
Decimal 13 65 173 0.92 0.62 0 0.32 220.5 0.86 0.36
Hex D 41 AD 5C 3E 0 20 DC 56 24
Octal 15 101 255 134 76 0 40 334 126 44
Binary 1101 1000001 10101101 1011100 111110 0 100000 11011100 1010110 100100

Color Harmonies of #0D41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D41AD

Black with #0D41AD

Text Example


Text Example

White with #0D41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,65,173); }

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

background-color css

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

 a { background-color: rgb(13,65,173); }

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

border-color css

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

 span { border-color: rgb(13,65,173); }

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