Html Css Color HEX #10349F Egyptian Blue

📋 copy color: '#10349F'

red 16 ◦ green 52 ◦ blue 159

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

Shades of Egyptian Blue #10349F

Tints of Egyptian Blue #10349F

RGB

 RED value IS 16 (6.64% from 255) = 7.05%

 GREEN value IS 52 (20.7% from 255) = 22.91%

 BLUE value IS 159 (62.5% from 255) = 70.04%

R = 7.05%
G = 22.91%
B = 70.04%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10349F (or 0x10349F) is known color: Egyptian Blue. HEX triplet: 10, 34 and 9F. RGB value is (16,52,159). Sum of RGB (Red+Green+Blue) = 16+52+159=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #10349F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10349F is #EFCB60. Grayscale: #343434. Windows color (decimal): -15715169 or 10433552. OLE color: 10433552.

HSL color Cylindrical-coordinate representation of color #10349F: hue angle of 224.9º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10349F is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 52 159 -
CMYK 0.90 0.67 0 0.38
HSL 224.9º 0.82% 0.34% -
HSV(B) 224.9º 0.9% 0.62% -
XYZ 7.7 5.07 33.37 -
YUV 53.43 187.57 101.3 -
System Red Green Blue C M Y K H S L
Decimal 16 52 159 0.90 0.67 0 0.38 224.9 0.82 0.34
Hex 10 34 9F 5A 43 0 26 E1 52 22
Octal 20 64 237 132 103 0 46 341 122 42
Binary 10000 110100 10011111 1011010 1000011 0 100110 11100001 1010010 100010

Color Harmonies of #10349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10349F

Black with #10349F

Text Example


Text Example

White with #10349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10349F; }

 p { color: rgb(16,52,159); }

 H1.HeaderClassName
 {
   color: #10349F;
 }
 .AnyTagClassName
 {
   color: #10349F;
 }
</style>

background-color css

<style>
 a { background-color: #10349F; }

 a { background-color: rgb(16,52,159); }

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

border-color css

<style>
 span { border-color: #10349F; }

 span { border-color: rgb(16,52,159); }

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