Html Css Color HEX #0D45A1 Cobalt

📋 copy color: '#0D45A1'

red 13 ◦ green 69 ◦ blue 161

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

Shades of Cobalt #0D45A1

Tints of Cobalt #0D45A1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.4%

 BLUE value IS 161 (63.28% from 255) = 66.26%

R = 5.35%
G = 28.4%
B = 66.26%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0D45A1 (or 0x0D45A1) is known color: Cobalt. HEX triplet: 0D, 45 and A1. RGB value is (13,69,161). Sum of RGB (Red+Green+Blue) = 13+69+161=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 161 (63.28% from 255 or 66.26% from 243); Max value from RGB is 161 - color contains mainly: blue. Hex color #0D45A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D45A1 is #F2BA5E. Grayscale: #3E3E3E. Windows color (decimal): -15907423 or 10568973. OLE color: 10568973.

HSL color Cylindrical-coordinate representation of color #0D45A1: hue angle of 217.3º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D45A1 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 13 69 161 -
CMYK 0.92 0.57 0 0.37
HSL 217.3º 0.85% 0.34% -
HSV(B) 217.3º 0.92% 0.63% -
XYZ 8.73 6.92 34.59 -
YUV 62.74 183.45 92.52 -
System Red Green Blue C M Y K H S L
Decimal 13 69 161 0.92 0.57 0 0.37 217.3 0.85 0.34
Hex D 45 A1 5C 39 0 25 D9 55 22
Octal 15 105 241 134 71 0 45 331 125 42
Binary 1101 1000101 10100001 1011100 111001 0 100101 11011001 1010101 100010

Color Harmonies of #0D45A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D45A1

Black with #0D45A1

Text Example


Text Example

White with #0D45A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,69,161); }

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

background-color css

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

 a { background-color: rgb(13,69,161); }

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

border-color css

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

 span { border-color: rgb(13,69,161); }

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