Html Css Color HEX #212F99 Egyptian Blue

📋 copy color: '#212F99'

red 33 ◦ green 47 ◦ blue 153

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

Shades of Egyptian Blue #212F99

Tints of Egyptian Blue #212F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.17%

 BLUE value IS 153 (60.16% from 255) = 65.67%

R = 14.16%
G = 20.17%
B = 65.67%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#212F99 (or 0x212F99) is known color: Egyptian Blue. HEX triplet: 21, 2F and 99. RGB value is (33,47,153). Sum of RGB (Red+Green+Blue) = 33+47+153=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #212F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212F99 is #DED066. Grayscale: #363636. Windows color (decimal): -14602343 or 10039073. OLE color: 10039073.

HSL color Cylindrical-coordinate representation of color #212F99: hue angle of 233º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212F99 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 47 153 -
CMYK 0.78 0.69 0 0.4
HSL 233º 0.65% 0.36% -
HSV(B) 233º 0.78% 0.6% -
XYZ 7.39 4.66 30.65 -
YUV 54.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 33 47 153 0.78 0.69 0 0.4 233 0.65 0.36
Hex 21 2F 99 4E 45 0 28 E9 41 24
Octal 41 57 231 116 105 0 50 351 101 44
Binary 100001 101111 10011001 1001110 1000101 0 101000 11101001 1000001 100100

Color Harmonies of #212F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212F99

Black with #212F99

Text Example


Text Example

White with #212F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212F99; }

 p { color: rgb(33,47,153); }

 H1.HeaderClassName
 {
   color: #212F99;
 }
 .AnyTagClassName
 {
   color: #212F99;
 }
</style>

background-color css

<style>
 a { background-color: #212F99; }

 a { background-color: rgb(33,47,153); }

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

border-color css

<style>
 span { border-color: #212F99; }

 span { border-color: rgb(33,47,153); }

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