Html Css Color HEX #10369F Egyptian Blue

📋 copy color: '#10369F'

red 16 ◦ green 54 ◦ blue 159

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

Shades of Egyptian Blue #10369F

Tints of Egyptian Blue #10369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.58%

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

R = 6.99%
G = 23.58%
B = 69.43%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10369F (or 0x10369F) is known color: Egyptian Blue. HEX triplet: 10, 36 and 9F. RGB value is (16,54,159). Sum of RGB (Red+Green+Blue) = 16+54+159=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #10369F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10369F is #EFC960. Grayscale: #363636. Windows color (decimal): -15714657 or 10434064. OLE color: 10434064.

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

Color convert

RGB 16 54 159 -
CMYK 0.90 0.66 0 0.38
HSL 224.06º 0.82% 0.34% -
HSV(B) 224.06º 0.9% 0.62% -
XYZ 7.79 5.25 33.4 -
YUV 54.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 16 54 159 0.90 0.66 0 0.38 224.06 0.82 0.34
Hex 10 36 9F 5A 42 0 26 E0 52 22
Octal 20 66 237 132 102 0 46 340 122 42
Binary 10000 110110 10011111 1011010 1000010 0 100110 11100000 1010010 100010

Color Harmonies of #10369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10369F

Black with #10369F

Text Example


Text Example

White with #10369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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