Html Css Color HEX #0A2AB7 Egyptian Blue

📋 copy color: '#0A2AB7'

red 10 ◦ green 42 ◦ blue 183

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

Shades of Egyptian Blue #0A2AB7

Tints of Egyptian Blue #0A2AB7

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.87%

 BLUE value IS 183 (71.88% from 255) = 77.87%

R = 4.26%
G = 17.87%
B = 77.87%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0A2AB7 (or 0x0A2AB7) is known color: Egyptian Blue. HEX triplet: 0A, 2A and B7. RGB value is (10,42,183). Sum of RGB (Red+Green+Blue) = 10+42+183=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 183 (71.88% from 255 or 77.87% from 235); Max value from RGB is 183 - color contains mainly: blue. Hex color #0A2AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2AB7 is #F5D548. Grayscale: #2F2F2F. Windows color (decimal): -16110921 or 12003850. OLE color: 12003850.

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

Color convert

RGB 10 42 183 -
CMYK 0.95 0.77 0 0.28
HSL 228.9º 0.9% 0.38% -
HSV(B) 228.9º 0.95% 0.72% -
XYZ 9.5 5.14 45.29 -
YUV 48.51 203.9 100.54 -
System Red Green Blue C M Y K H S L
Decimal 10 42 183 0.95 0.77 0 0.28 228.9 0.9 0.38
Hex A 2A B7 5F 4D 0 1C E5 5A 26
Octal 12 52 267 137 115 0 34 345 132 46
Binary 1010 101010 10110111 1011111 1001101 0 11100 11100101 1011010 100110

Color Harmonies of #0A2AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2AB7

Black with #0A2AB7

Text Example


Text Example

White with #0A2AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,42,183); }

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

background-color css

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

 a { background-color: rgb(10,42,183); }

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

border-color css

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

 span { border-color: rgb(10,42,183); }

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