Html Css Color HEX #0A449D Cobalt

📋 copy color: '#0A449D'

red 10 ◦ green 68 ◦ blue 157

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

Shades of Cobalt #0A449D

Tints of Cobalt #0A449D

RGB

 RED value IS 10 (4.3% from 255) = 4.26%

 GREEN value IS 68 (26.95% from 255) = 28.94%

 BLUE value IS 157 (61.72% from 255) = 66.81%

R = 4.26%
G = 28.94%
B = 66.81%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A449D (or 0x0A449D) is known color: Cobalt. HEX triplet: 0A, 44 and 9D. RGB value is (10,68,157). Sum of RGB (Red+Green+Blue) = 10+68+157=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A449D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A449D is #F5BB62. Grayscale: #3C3C3C. Windows color (decimal): -16104291 or 10306570. OLE color: 10306570.

HSL color Cylindrical-coordinate representation of color #0A449D: hue angle of 216.33º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A449D is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 68 157 -
CMYK 0.94 0.57 0 0.38
HSL 216.33º 0.88% 0.33% -
HSV(B) 216.33º 0.94% 0.62% -
XYZ 8.28 6.63 32.74 -
YUV 60.8 182.28 91.76 -
System Red Green Blue C M Y K H S L
Decimal 10 68 157 0.94 0.57 0 0.38 216.33 0.88 0.33
Hex A 44 9D 5E 39 0 26 D8 58 21
Octal 12 104 235 136 71 0 46 330 130 41
Binary 1010 1000100 10011101 1011110 111001 0 100110 11011000 1011000 100001

Color Harmonies of #0A449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A449D

Black with #0A449D

Text Example


Text Example

White with #0A449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,68,157); }

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

background-color css

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

 a { background-color: rgb(10,68,157); }

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

border-color css

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

 span { border-color: rgb(10,68,157); }

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