Html Css Color HEX #0A44AB Cobalt

📋 copy color: '#0A44AB'

red 10 ◦ green 68 ◦ blue 171

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

Shades of Cobalt #0A44AB

Tints of Cobalt #0A44AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.67%

R = 4.02%
G = 27.31%
B = 68.67%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A44AB (or 0x0A44AB) is known color: Cobalt. HEX triplet: 0A, 44 and AB. RGB value is (10,68,171). Sum of RGB (Red+Green+Blue) = 10+68+171=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A44AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A44AB is #F5BB54. Grayscale: #3D3D3D. Windows color (decimal): -16104277 or 11224074. OLE color: 11224074.

HSL color Cylindrical-coordinate representation of color #0A44AB: hue angle of 218.39º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A44AB is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 68 171 -
CMYK 0.94 0.60 0 0.33
HSL 218.39º 0.89% 0.35% -
HSV(B) 218.39º 0.94% 0.67% -
XYZ 9.54 7.14 39.4 -
YUV 62.4 189.28 90.62 -
System Red Green Blue C M Y K H S L
Decimal 10 68 171 0.94 0.60 0 0.33 218.39 0.89 0.35
Hex A 44 AB 5E 3C 0 21 DA 59 23
Octal 12 104 253 136 74 0 41 332 131 43
Binary 1010 1000100 10101011 1011110 111100 0 100001 11011010 1011001 100011

Color Harmonies of #0A44AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A44AB

Black with #0A44AB

Text Example


Text Example

White with #0A44AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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