Html Css Color HEX #0A2CAE Egyptian Blue

📋 copy color: '#0A2CAE'

red 10 ◦ green 44 ◦ blue 174

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

Shades of Egyptian Blue #0A2CAE

Tints of Egyptian Blue #0A2CAE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

 BLUE value IS 174 (68.36% from 255) = 76.32%

R = 4.39%
G = 19.3%
B = 76.32%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A2CAE (or 0x0A2CAE) is known color: Egyptian Blue. HEX triplet: 0A, 2C and AE. RGB value is (10,44,174). Sum of RGB (Red+Green+Blue) = 10+44+174=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A2CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2CAE is #F5D351. Grayscale: #303030. Windows color (decimal): -16110418 or 11414538. OLE color: 11414538.

HSL color Cylindrical-coordinate representation of color #0A2CAE: hue angle of 227.56º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A2CAE is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 44 174 -
CMYK 0.94 0.75 0 0.32
HSL 227.56º 0.89% 0.36% -
HSV(B) 227.56º 0.94% 0.68% -
XYZ 8.67 4.92 40.54 -
YUV 48.65 198.74 100.43 -
System Red Green Blue C M Y K H S L
Decimal 10 44 174 0.94 0.75 0 0.32 227.56 0.89 0.36
Hex A 2C AE 5E 4B 0 20 E4 59 24
Octal 12 54 256 136 113 0 40 344 131 44
Binary 1010 101100 10101110 1011110 1001011 0 100000 11100100 1011001 100100

Color Harmonies of #0A2CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2CAE

Black with #0A2CAE

Text Example


Text Example

White with #0A2CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,44,174); }

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

background-color css

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

 a { background-color: rgb(10,44,174); }

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

border-color css

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

 span { border-color: rgb(10,44,174); }

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