Html Css Color HEX #0D53AC Cobalt

📋 copy color: '#0D53AC'

red 13 ◦ green 83 ◦ blue 172

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

Shades of Cobalt #0D53AC

Tints of Cobalt #0D53AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

 BLUE value IS 172 (67.58% from 255) = 64.18%

R = 4.85%
G = 30.97%
B = 64.18%

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

#0D53AC (or 0x0D53AC) is known color: Cobalt. HEX triplet: 0D, 53 and AC. RGB value is (13,83,172). Sum of RGB (Red+Green+Blue) = 13+83+172=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D53AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D53AC is #F2AC53. Grayscale: #474747. Windows color (decimal): -15903828 or 11293453. OLE color: 11293453.

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

Color convert

RGB 13 83 172 -
CMYK 0.92 0.52 0 0.33
HSL 213.58º 0.86% 0.36% -
HSV(B) 213.58º 0.92% 0.67% -
XYZ 10.71 9.25 40.25 -
YUV 72.22 184.31 85.76 -
System Red Green Blue C M Y K H S L
Decimal 13 83 172 0.92 0.52 0 0.33 213.58 0.86 0.36
Hex D 53 AC 5C 34 0 21 D6 56 24
Octal 15 123 254 134 64 0 41 326 126 44
Binary 1101 1010011 10101100 1011100 110100 0 100001 11010110 1010110 100100

Color Harmonies of #0D53AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D53AC

Black with #0D53AC

Text Example


Text Example

White with #0D53AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,83,172); }

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

background-color css

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

 a { background-color: rgb(13,83,172); }

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

border-color css

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

 span { border-color: rgb(13,83,172); }

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