Html Css Color HEX #16259C Egyptian Blue

📋 copy color: '#16259C'

red 22 ◦ green 37 ◦ blue 156

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

Shades of Egyptian Blue #16259C

Tints of Egyptian Blue #16259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 72.56%

R = 10.23%
G = 17.21%
B = 72.56%

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

#16259C (or 0x16259C) is known color: Egyptian Blue. HEX triplet: 16, 25 and 9C. RGB value is (22,37,156). Sum of RGB (Red+Green+Blue) = 22+37+156=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #16259C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16259C is #E9DA63. Grayscale: #2D2D2D. Windows color (decimal): -15325796 or 10233110. OLE color: 10233110.

HSL color Cylindrical-coordinate representation of color #16259C: hue angle of 233.28º 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 #16259C is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 37 156 -
CMYK 0.86 0.76 0 0.39
HSL 233.28º 0.75% 0.35% -
HSV(B) 233.28º 0.86% 0.61% -
XYZ 6.99 3.89 31.84 -
YUV 46.08 190.03 110.82 -
System Red Green Blue C M Y K H S L
Decimal 22 37 156 0.86 0.76 0 0.39 233.28 0.75 0.35
Hex 16 25 9C 56 4C 0 27 E9 4B 23
Octal 26 45 234 126 114 0 47 351 113 43
Binary 10110 100101 10011100 1010110 1001100 0 100111 11101001 1001011 100011

Color Harmonies of #16259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16259C

Black with #16259C

Text Example


Text Example

White with #16259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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