Html Css Color HEX #0A2DB6 Egyptian Blue

📋 copy color: '#0A2DB6'

red 10 ◦ green 45 ◦ blue 182

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

Shades of Egyptian Blue #0A2DB6

Tints of Egyptian Blue #0A2DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

 BLUE value IS 182 (71.48% from 255) = 76.79%

R = 4.22%
G = 18.99%
B = 76.79%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0A2DB6 (or 0x0A2DB6) is known color: Egyptian Blue. HEX triplet: 0A, 2D and B6. RGB value is (10,45,182). Sum of RGB (Red+Green+Blue) = 10+45+182=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 182 (71.48% from 255 or 76.79% from 237); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A2DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2DB6 is #F5D249. Grayscale: #313131. Windows color (decimal): -16110154 or 11939082. OLE color: 11939082.

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

Color convert

RGB 10 45 182 -
CMYK 0.95 0.75 0 0.29
HSL 227.79º 0.9% 0.38% -
HSV(B) 227.79º 0.95% 0.71% -
XYZ 9.51 5.32 44.78 -
YUV 50.15 202.4 99.36 -
System Red Green Blue C M Y K H S L
Decimal 10 45 182 0.95 0.75 0 0.29 227.79 0.9 0.38
Hex A 2D B6 5F 4B 0 1D E4 5A 26
Octal 12 55 266 137 113 0 35 344 132 46
Binary 1010 101101 10110110 1011111 1001011 0 11101 11100100 1011010 100110

Color Harmonies of #0A2DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2DB6

Black with #0A2DB6

Text Example


Text Example

White with #0A2DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,45,182); }

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

background-color css

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

 a { background-color: rgb(10,45,182); }

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

border-color css

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

 span { border-color: rgb(10,45,182); }

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