Html Css Color HEX #0D52AA Cobalt

📋 copy color: '#0D52AA'

red 13 ◦ green 82 ◦ blue 170

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

Shades of Cobalt #0D52AA

Tints of Cobalt #0D52AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

 BLUE value IS 170 (66.8% from 255) = 64.15%

R = 4.91%
G = 30.94%
B = 64.15%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D52AA (or 0x0D52AA) is known color: Cobalt. HEX triplet: 0D, 52 and AA. RGB value is (13,82,170). Sum of RGB (Red+Green+Blue) = 13+82+170=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D52AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D52AA is #F2AD55. Grayscale: #464646. Windows color (decimal): -15904086 or 11162125. OLE color: 11162125.

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

Color convert

RGB 13 82 170 -
CMYK 0.92 0.52 0 0.33
HSL 213.63º 0.86% 0.36% -
HSV(B) 213.63º 0.92% 0.67% -
XYZ 10.44 9.02 39.22 -
YUV 71.4 183.64 86.34 -
System Red Green Blue C M Y K H S L
Decimal 13 82 170 0.92 0.52 0 0.33 213.63 0.86 0.36
Hex D 52 AA 5C 34 0 21 D6 56 24
Octal 15 122 252 134 64 0 41 326 126 44
Binary 1101 1010010 10101010 1011100 110100 0 100001 11010110 1010110 100100

Color Harmonies of #0D52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D52AA

Black with #0D52AA

Text Example


Text Example

White with #0D52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,82,170); }

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

background-color css

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

 a { background-color: rgb(13,82,170); }

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

border-color css

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

 span { border-color: rgb(13,82,170); }

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