Html Css Color HEX #214A99 Endeavour

📋 copy color: '#214A99'

red 33 ◦ green 74 ◦ blue 153

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

Shades of Endeavour #214A99

Tints of Endeavour #214A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

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

R = 12.69%
G = 28.46%
B = 58.85%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#214A99 (or 0x214A99) is known color: Endeavour. HEX triplet: 21, 4A and 99. RGB value is (33,74,153). Sum of RGB (Red+Green+Blue) = 33+74+153=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #214A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214A99 is #DEB566. Grayscale: #464646. Windows color (decimal): -14595431 or 10045985. OLE color: 10045985.

HSL color Cylindrical-coordinate representation of color #214A99: hue angle of 219.5º 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 #214A99 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 74 153 -
CMYK 0.78 0.52 0 0.4
HSL 219.5º 0.65% 0.36% -
HSV(B) 219.5º 0.78% 0.6% -
XYZ 8.83 7.52 31.12 -
YUV 70.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 33 74 153 0.78 0.52 0 0.4 219.5 0.65 0.36
Hex 21 4A 99 4E 34 0 28 DC 41 24
Octal 41 112 231 116 64 0 50 334 101 44
Binary 100001 1001010 10011001 1001110 110100 0 101000 11011100 1000001 100100

Color Harmonies of #214A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214A99

Black with #214A99

Text Example


Text Example

White with #214A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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