Html Css Color HEX #0A3DB2 Egyptian Blue

📋 copy color: '#0A3DB2'

red 10 ◦ green 61 ◦ blue 178

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

Shades of Egyptian Blue #0A3DB2

Tints of Egyptian Blue #0A3DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 71.49%

R = 4.02%
G = 24.5%
B = 71.49%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0A3DB2 (or 0x0A3DB2) is known color: Egyptian Blue. HEX triplet: 0A, 3D and B2. RGB value is (10,61,178). Sum of RGB (Red+Green+Blue) = 10+61+178=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 178 (69.92% from 255 or 71.49% from 249); Max value from RGB is 178 - color contains mainly: blue. Hex color #0A3DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3DB2 is #F5C24D. Grayscale: #3A3A3A. Windows color (decimal): -16106062 or 11681034. OLE color: 11681034.

HSL color Cylindrical-coordinate representation of color #0A3DB2: hue angle of 221.79º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A3DB2 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 10 61 178 -
CMYK 0.94 0.66 0 0.30
HSL 221.79º 0.89% 0.37% -
HSV(B) 221.79º 0.94% 0.7% -
XYZ 9.83 6.62 42.88 -
YUV 59.09 195.1 92.99 -
System Red Green Blue C M Y K H S L
Decimal 10 61 178 0.94 0.66 0 0.30 221.79 0.89 0.37
Hex A 3D B2 5E 42 0 1E DE 59 25
Octal 12 75 262 136 102 0 36 336 131 45
Binary 1010 111101 10110010 1011110 1000010 0 11110 11011110 1011001 100101

Color Harmonies of #0A3DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3DB2

Black with #0A3DB2

Text Example


Text Example

White with #0A3DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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