Html Css Color HEX #21469B Egyptian Blue

📋 copy color: '#21469B'

red 33 ◦ green 70 ◦ blue 155

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

Shades of Egyptian Blue #21469B

Tints of Egyptian Blue #21469B

RGB

 RED value IS 33 (13.28% from 255) = 12.79%

 GREEN value IS 70 (27.73% from 255) = 27.13%

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

R = 12.79%
G = 27.13%
B = 60.08%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21469B (or 0x21469B) is known color: Egyptian Blue. HEX triplet: 21, 46 and 9B. RGB value is (33,70,155). Sum of RGB (Red+Green+Blue) = 33+70+155=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #21469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21469B is #DEB964. Grayscale: #444444. Windows color (decimal): -14596453 or 10176033. OLE color: 10176033.

HSL color Cylindrical-coordinate representation of color #21469B: hue angle of 221.8º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21469B is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 70 155 -
CMYK 0.79 0.55 0 0.39
HSL 221.8º 0.65% 0.37% -
HSV(B) 221.8º 0.79% 0.61% -
XYZ 8.73 7.07 31.91 -
YUV 68.63 176.74 102.59 -
System Red Green Blue C M Y K H S L
Decimal 33 70 155 0.79 0.55 0 0.39 221.8 0.65 0.37
Hex 21 46 9B 4F 37 0 27 DE 41 25
Octal 41 106 233 117 67 0 47 336 101 45
Binary 100001 1000110 10011011 1001111 110111 0 100111 11011110 1000001 100101

Color Harmonies of #21469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21469B

Black with #21469B

Text Example


Text Example

White with #21469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,70,155); }

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

background-color css

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

 a { background-color: rgb(33,70,155); }

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

border-color css

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

 span { border-color: rgb(33,70,155); }

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