Html Css Color HEX #0A4EBA Cobalt

📋 copy color: '#0A4EBA'

red 10 ◦ green 78 ◦ blue 186

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

Shades of Cobalt #0A4EBA

Tints of Cobalt #0A4EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.47%

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

R = 3.65%
G = 28.47%
B = 67.88%

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

#0A4EBA (or 0x0A4EBA) is known color: Cobalt. HEX triplet: 0A, 4E and BA. RGB value is (10,78,186). Sum of RGB (Red+Green+Blue) = 10+78+186=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A4EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4EBA is #F5B145. Grayscale: #454545. Windows color (decimal): -16101702 or 12209674. OLE color: 12209674.

HSL color Cylindrical-coordinate representation of color #0A4EBA: hue angle of 216.82º 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 #0A4EBA is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 78 186 -
CMYK 0.95 0.58 0 0.27
HSL 216.82º 0.9% 0.38% -
HSV(B) 216.82º 0.95% 0.73% -
XYZ 11.71 9.06 47.59 -
YUV 69.98 193.47 85.22 -
System Red Green Blue C M Y K H S L
Decimal 10 78 186 0.95 0.58 0 0.27 216.82 0.9 0.38
Hex A 4E BA 5F 3A 0 1B D9 5A 26
Octal 12 116 272 137 72 0 33 331 132 46
Binary 1010 1001110 10111010 1011111 111010 0 11011 11011001 1011010 100110

Color Harmonies of #0A4EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4EBA

Black with #0A4EBA

Text Example


Text Example

White with #0A4EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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