Html Css Color HEX #0A3DAC Egyptian Blue

📋 copy color: '#0A3DAC'

red 10 ◦ green 61 ◦ blue 172

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

Shades of Egyptian Blue #0A3DAC

Tints of Egyptian Blue #0A3DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.1%

 BLUE value IS 172 (67.58% from 255) = 70.78%

R = 4.12%
G = 25.1%
B = 70.78%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A3DAC (or 0x0A3DAC) is known color: Egyptian Blue. HEX triplet: 0A, 3D and AC. RGB value is (10,61,172). Sum of RGB (Red+Green+Blue) = 10+61+172=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A3DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3DAC is #F5C253. Grayscale: #393939. Windows color (decimal): -16106068 or 11287818. OLE color: 11287818.

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

Color convert

RGB 10 61 172 -
CMYK 0.94 0.65 0 0.33
HSL 221.11º 0.89% 0.36% -
HSV(B) 221.11º 0.94% 0.67% -
XYZ 9.24 6.38 39.77 -
YUV 58.41 192.1 93.47 -
System Red Green Blue C M Y K H S L
Decimal 10 61 172 0.94 0.65 0 0.33 221.11 0.89 0.36
Hex A 3D AC 5E 41 0 21 DD 59 24
Octal 12 75 254 136 101 0 41 335 131 44
Binary 1010 111101 10101100 1011110 1000001 0 100001 11011101 1011001 100100

Color Harmonies of #0A3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3DAC

Black with #0A3DAC

Text Example


Text Example

White with #0A3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,61,172); }

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

background-color css

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

 a { background-color: rgb(10,61,172); }

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

border-color css

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

 span { border-color: rgb(10,61,172); }

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