Html Css Color HEX #0D42AD Cobalt

📋 copy color: '#0D42AD'

red 13 ◦ green 66 ◦ blue 173

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

Shades of Cobalt #0D42AD

Tints of Cobalt #0D42AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 5.16%
G = 26.19%
B = 68.65%

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

#0D42AD (or 0x0D42AD) is known color: Cobalt. HEX triplet: 0D, 42 and AD. RGB value is (13,66,173). Sum of RGB (Red+Green+Blue) = 13+66+173=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D42AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D42AD is #F2BD52. Grayscale: #3D3D3D. Windows color (decimal): -15908179 or 11354637. OLE color: 11354637.

HSL color Cylindrical-coordinate representation of color #0D42AD: hue angle of 220.12º 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 #0D42AD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 66 173 -
CMYK 0.92 0.62 0 0.32
HSL 220.13º 0.86% 0.36% -
HSV(B) 220.13º 0.92% 0.68% -
XYZ 9.66 7 40.38 -
YUV 62.35 190.44 92.8 -
System Red Green Blue C M Y K H S L
Decimal 13 66 173 0.92 0.62 0 0.32 220.13 0.86 0.36
Hex D 42 AD 5C 3E 0 20 DC 56 24
Octal 15 102 255 134 76 0 40 334 126 44
Binary 1101 1000010 10101101 1011100 111110 0 100000 11011100 1010110 100100

Color Harmonies of #0D42AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D42AD

Black with #0D42AD

Text Example


Text Example

White with #0D42AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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