Html Css Color HEX #0D48AE Cobalt

📋 copy color: '#0D48AE'

red 13 ◦ green 72 ◦ blue 174

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

Shades of Cobalt #0D48AE

Tints of Cobalt #0D48AE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 5.02%
G = 27.8%
B = 67.18%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D48AE (or 0x0D48AE) is known color: Cobalt. HEX triplet: 0D, 48 and AE. RGB value is (13,72,174). Sum of RGB (Red+Green+Blue) = 13+72+174=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D48AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D48AE is #F2B751. Grayscale: #414141. Windows color (decimal): -15906642 or 11421709. OLE color: 11421709.

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

Color convert

RGB 13 72 174 -
CMYK 0.93 0.59 0 0.32
HSL 218.01º 0.86% 0.37% -
HSV(B) 218.01º 0.93% 0.68% -
XYZ 10.12 7.78 41.01 -
YUV 65.99 188.95 90.21 -
System Red Green Blue C M Y K H S L
Decimal 13 72 174 0.93 0.59 0 0.32 218.01 0.86 0.37
Hex D 48 AE 5D 3B 0 20 DA 56 25
Octal 15 110 256 135 73 0 40 332 126 45
Binary 1101 1001000 10101110 1011101 111011 0 100000 11011010 1010110 100101

Color Harmonies of #0D48AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D48AE

Black with #0D48AE

Text Example


Text Example

White with #0D48AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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