Html Css Color HEX #16259B Egyptian Blue

📋 copy color: '#16259B'

red 22 ◦ green 37 ◦ blue 155

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

Shades of Egyptian Blue #16259B

Tints of Egyptian Blue #16259B

RGB

 RED value IS 22 (8.98% from 255) = 10.28%

 GREEN value IS 37 (14.84% from 255) = 17.29%

 BLUE value IS 155 (60.94% from 255) = 72.43%

R = 10.28%
G = 17.29%
B = 72.43%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16259B (or 0x16259B) is known color: Egyptian Blue. HEX triplet: 16, 25 and 9B. RGB value is (22,37,155). Sum of RGB (Red+Green+Blue) = 22+37+155=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #16259B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16259B is #E9DA64. Grayscale: #2D2D2D. Windows color (decimal): -15325797 or 10167574. OLE color: 10167574.

HSL color Cylindrical-coordinate representation of color #16259B: hue angle of 233.23º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16259B is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 37 155 -
CMYK 0.86 0.76 0 0.39
HSL 233.23º 0.75% 0.35% -
HSV(B) 233.23º 0.86% 0.61% -
XYZ 6.91 3.86 31.39 -
YUV 45.97 189.53 110.91 -
System Red Green Blue C M Y K H S L
Decimal 22 37 155 0.86 0.76 0 0.39 233.23 0.75 0.35
Hex 16 25 9B 56 4C 0 27 E9 4B 23
Octal 26 45 233 126 114 0 47 351 113 43
Binary 10110 100101 10011011 1010110 1001100 0 100111 11101001 1001011 100011

Color Harmonies of #16259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16259B

Black with #16259B

Text Example


Text Example

White with #16259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16259B; }

 p { color: rgb(22,37,155); }

 H1.HeaderClassName
 {
   color: #16259B;
 }
 .AnyTagClassName
 {
   color: #16259B;
 }
</style>

background-color css

<style>
 a { background-color: #16259B; }

 a { background-color: rgb(22,37,155); }

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

border-color css

<style>
 span { border-color: #16259B; }

 span { border-color: rgb(22,37,155); }

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