Html Css Color HEX #0A4ABD Cobalt

📋 copy color: '#0A4ABD'

red 10 ◦ green 74 ◦ blue 189

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

Shades of Cobalt #0A4ABD

Tints of Cobalt #0A4ABD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.11%

 BLUE value IS 189 (74.22% from 255) = 69.23%

R = 3.66%
G = 27.11%
B = 69.23%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A4ABD (or 0x0A4ABD) is known color: Cobalt. HEX triplet: 0A, 4A and BD. RGB value is (10,74,189). Sum of RGB (Red+Green+Blue) = 10+74+189=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A4ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4ABD is #F5B542. Grayscale: #434343. Windows color (decimal): -16102723 or 12405258. OLE color: 12405258.

HSL color Cylindrical-coordinate representation of color #0A4ABD: hue angle of 218.55º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4ABD is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 74 189 -
CMYK 0.95 0.61 0 0.26
HSL 218.55º 0.9% 0.39% -
HSV(B) 218.55º 0.95% 0.74% -
XYZ 11.76 8.64 49.19 -
YUV 67.97 196.3 86.65 -
System Red Green Blue C M Y K H S L
Decimal 10 74 189 0.95 0.61 0 0.26 218.55 0.9 0.39
Hex A 4A BD 5F 3D 0 1A DB 5A 27
Octal 12 112 275 137 75 0 32 333 132 47
Binary 1010 1001010 10111101 1011111 111101 0 11010 11011011 1011010 100111

Color Harmonies of #0A4ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4ABD

Black with #0A4ABD

Text Example


Text Example

White with #0A4ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,74,189); }

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

background-color css

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

 a { background-color: rgb(10,74,189); }

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

border-color css

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

 span { border-color: rgb(10,74,189); }

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