Html Css Color HEX #21469C Egyptian Blue

📋 copy color: '#21469C'

red 33 ◦ green 70 ◦ blue 156

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

Shades of Egyptian Blue #21469C

Tints of Egyptian Blue #21469C

RGB

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

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

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

R = 12.74%
G = 27.03%
B = 60.23%

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

#21469C (or 0x21469C) is known color: Egyptian Blue. HEX triplet: 21, 46 and 9C. RGB value is (33,70,156). Sum of RGB (Red+Green+Blue) = 33+70+156=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #21469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21469C is #DEB963. Grayscale: #444444. Windows color (decimal): -14596452 or 10241569. OLE color: 10241569.

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

Color convert

RGB 33 70 156 -
CMYK 0.79 0.55 0 0.39
HSL 221.95º 0.65% 0.37% -
HSV(B) 221.95º 0.79% 0.61% -
XYZ 8.82 7.1 32.36 -
YUV 68.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 33 70 156 0.79 0.55 0 0.39 221.95 0.65 0.37
Hex 21 46 9C 4F 37 0 27 DE 41 25
Octal 41 106 234 117 67 0 47 336 101 45
Binary 100001 1000110 10011100 1001111 110111 0 100111 11011110 1000001 100101

Color Harmonies of #21469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21469C

Black with #21469C

Text Example


Text Example

White with #21469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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