Html Css Color HEX #214FA1 Endeavour

📋 copy color: '#214FA1'

red 33 ◦ green 79 ◦ blue 161

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

Shades of Endeavour #214FA1

Tints of Endeavour #214FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 58.97%

R = 12.09%
G = 28.94%
B = 58.97%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#214FA1 (or 0x214FA1) is known color: Endeavour. HEX triplet: 21, 4F and A1. RGB value is (33,79,161). Sum of RGB (Red+Green+Blue) = 33+79+161=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #214FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214FA1 is #DEB05E. Grayscale: #4A4A4A. Windows color (decimal): -14594143 or 10571553. OLE color: 10571553.

HSL color Cylindrical-coordinate representation of color #214FA1: hue angle of 218.44º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #214FA1 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 79 161 -
CMYK 0.80 0.51 0 0.37
HSL 218.44º 0.66% 0.38% -
HSV(B) 218.44º 0.8% 0.63% -
XYZ 9.86 8.49 34.84 -
YUV 74.59 176.76 98.33 -
System Red Green Blue C M Y K H S L
Decimal 33 79 161 0.80 0.51 0 0.37 218.44 0.66 0.38
Hex 21 4F A1 50 33 0 25 DA 42 26
Octal 41 117 241 120 63 0 45 332 102 46
Binary 100001 1001111 10100001 1010000 110011 0 100101 11011010 1000010 100110

Color Harmonies of #214FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214FA1

Black with #214FA1

Text Example


Text Example

White with #214FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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