Html Css Color HEX #10439F Egyptian Blue

📋 copy color: '#10439F'

red 16 ◦ green 67 ◦ blue 159

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

Shades of Egyptian Blue #10439F

Tints of Egyptian Blue #10439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.69%

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

R = 6.61%
G = 27.69%
B = 65.7%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10439F (or 0x10439F) is known color: Egyptian Blue. HEX triplet: 10, 43 and 9F. RGB value is (16,67,159). Sum of RGB (Red+Green+Blue) = 16+67+159=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #10439F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10439F is #EFBC60. Grayscale: #3D3D3D. Windows color (decimal): -15711329 or 10437392. OLE color: 10437392.

HSL color Cylindrical-coordinate representation of color #10439F: hue angle of 218.6º 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 #10439F is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 67 159 -
CMYK 0.90 0.58 0 0.38
HSL 218.6º 0.82% 0.34% -
HSV(B) 218.6º 0.9% 0.62% -
XYZ 8.48 6.63 33.63 -
YUV 62.24 182.6 95.02 -
System Red Green Blue C M Y K H S L
Decimal 16 67 159 0.90 0.58 0 0.38 218.6 0.82 0.34
Hex 10 43 9F 5A 3A 0 26 DB 52 22
Octal 20 103 237 132 72 0 46 333 122 42
Binary 10000 1000011 10011111 1011010 111010 0 100110 11011011 1010010 100010

Color Harmonies of #10439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10439F

Black with #10439F

Text Example


Text Example

White with #10439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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