Html Css Color HEX #0D42AE Cobalt

📋 copy color: '#0D42AE'

red 13 ◦ green 66 ◦ blue 174

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

Shades of Cobalt #0D42AE

Tints of Cobalt #0D42AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 5.14%
G = 26.09%
B = 68.77%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D42AE (or 0x0D42AE) is known color: Cobalt. HEX triplet: 0D, 42 and AE. RGB value is (13,66,174). Sum of RGB (Red+Green+Blue) = 13+66+174=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D42AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D42AE is #F2BD51. Grayscale: #3D3D3D. Windows color (decimal): -15908178 or 11420173. OLE color: 11420173.

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

Color convert

RGB 13 66 174 -
CMYK 0.93 0.62 0 0.32
HSL 220.25º 0.86% 0.37% -
HSV(B) 220.25º 0.93% 0.68% -
XYZ 9.75 7.04 40.89 -
YUV 62.47 190.94 92.72 -
System Red Green Blue C M Y K H S L
Decimal 13 66 174 0.93 0.62 0 0.32 220.25 0.86 0.37
Hex D 42 AE 5D 3E 0 20 DC 56 25
Octal 15 102 256 135 76 0 40 334 126 45
Binary 1101 1000010 10101110 1011101 111110 0 100000 11011100 1010110 100101

Color Harmonies of #0D42AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D42AE

Black with #0D42AE

Text Example


Text Example

White with #0D42AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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