Html Css Color HEX #16308D Egyptian Blue

📋 copy color: '#16308D'

red 22 ◦ green 48 ◦ blue 141

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

Shades of Egyptian Blue #16308D

Tints of Egyptian Blue #16308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.75%

 BLUE value IS 141 (55.47% from 255) = 66.82%

R = 10.43%
G = 22.75%
B = 66.82%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16308D (or 0x16308D) is known color: Egyptian Blue. HEX triplet: 16, 30 and 8D. RGB value is (22,48,141). Sum of RGB (Red+Green+Blue) = 22+48+141=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #16308D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16308D is #E9CF72. Grayscale: #323232. Windows color (decimal): -15322995 or 9252886. OLE color: 9252886.

HSL color Cylindrical-coordinate representation of color #16308D: hue angle of 226.89º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16308D is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 22 48 141 -
CMYK 0.84 0.66 0 0.45
HSL 226.89º 0.73% 0.32% -
HSV(B) 226.89º 0.84% 0.55% -
XYZ 6.2 4.21 25.68 -
YUV 50.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 22 48 141 0.84 0.66 0 0.45 226.89 0.73 0.32
Hex 16 30 8D 54 42 0 2D E3 49 20
Octal 26 60 215 124 102 0 55 343 111 40
Binary 10110 110000 10001101 1010100 1000010 0 101101 11100011 1001001 100000

Color Harmonies of #16308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16308D

Black with #16308D

Text Example


Text Example

White with #16308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16308D; }

 p { color: rgb(22,48,141); }

 H1.HeaderClassName
 {
   color: #16308D;
 }
 .AnyTagClassName
 {
   color: #16308D;
 }
</style>

background-color css

<style>
 a { background-color: #16308D; }

 a { background-color: rgb(22,48,141); }

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

border-color css

<style>
 span { border-color: #16308D; }

 span { border-color: rgb(22,48,141); }

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