Html Css Color HEX #214F96 Endeavour

📋 copy color: '#214F96'

red 33 ◦ green 79 ◦ blue 150

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

Shades of Endeavour #214F96

Tints of Endeavour #214F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.15%

 BLUE value IS 150 (58.98% from 255) = 57.25%

R = 12.6%
G = 30.15%
B = 57.25%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#214F96 (or 0x214F96) is known color: Endeavour. HEX triplet: 21, 4F and 96. RGB value is (33,79,150). Sum of RGB (Red+Green+Blue) = 33+79+150=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #214F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214F96 is #DEB069. Grayscale: #494949. Windows color (decimal): -14594154 or 9850657. OLE color: 9850657.

HSL color Cylindrical-coordinate representation of color #214F96: hue angle of 216.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214F96 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 79 150 -
CMYK 0.78 0.47 0 0.41
HSL 216.41º 0.64% 0.36% -
HSV(B) 216.41º 0.78% 0.59% -
XYZ 8.93 8.12 29.95 -
YUV 73.34 171.26 99.23 -
System Red Green Blue C M Y K H S L
Decimal 33 79 150 0.78 0.47 0 0.41 216.41 0.64 0.36
Hex 21 4F 96 4E 2F 0 29 D8 40 24
Octal 41 117 226 116 57 0 51 330 100 44
Binary 100001 1001111 10010110 1001110 101111 0 101001 11011000 1000000 100100

Color Harmonies of #214F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214F96

Black with #214F96

Text Example


Text Example

White with #214F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214F96; }

 p { color: rgb(33,79,150); }

 H1.HeaderClassName
 {
   color: #214F96;
 }
 .AnyTagClassName
 {
   color: #214F96;
 }
</style>

background-color css

<style>
 a { background-color: #214F96; }

 a { background-color: rgb(33,79,150); }

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

border-color css

<style>
 span { border-color: #214F96; }

 span { border-color: rgb(33,79,150); }

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