Html Css Color HEX #0A4FBA Cobalt

📋 copy color: '#0A4FBA'

red 10 ◦ green 79 ◦ blue 186

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

Shades of Cobalt #0A4FBA

Tints of Cobalt #0A4FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.73%

 BLUE value IS 186 (73.05% from 255) = 67.64%

R = 3.64%
G = 28.73%
B = 67.64%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A4FBA (or 0x0A4FBA) is known color: Cobalt. HEX triplet: 0A, 4F and BA. RGB value is (10,79,186). Sum of RGB (Red+Green+Blue) = 10+79+186=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A4FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4FBA is #F5B045. Grayscale: #464646. Windows color (decimal): -16101446 or 12209930. OLE color: 12209930.

HSL color Cylindrical-coordinate representation of color #0A4FBA: hue angle of 216.48º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4FBA is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 79 186 -
CMYK 0.95 0.58 0 0.27
HSL 216.48º 0.9% 0.38% -
HSV(B) 216.48º 0.95% 0.73% -
XYZ 11.78 9.2 47.61 -
YUV 70.57 193.14 84.8 -
System Red Green Blue C M Y K H S L
Decimal 10 79 186 0.95 0.58 0 0.27 216.48 0.9 0.38
Hex A 4F BA 5F 3A 0 1B D8 5A 26
Octal 12 117 272 137 72 0 33 330 132 46
Binary 1010 1001111 10111010 1011111 111010 0 11011 11011000 1011010 100110

Color Harmonies of #0A4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4FBA

Black with #0A4FBA

Text Example


Text Example

White with #0A4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,79,186); }

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

background-color css

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

 a { background-color: rgb(10,79,186); }

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

border-color css

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

 span { border-color: rgb(10,79,186); }

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