Html Css Color HEX #214C9F Endeavour

📋 copy color: '#214C9F'

red 33 ◦ green 76 ◦ blue 159

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

Shades of Endeavour #214C9F

Tints of Endeavour #214C9F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.36%

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 12.31%
G = 28.36%
B = 59.33%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#214C9F (or 0x214C9F) is known color: Endeavour. HEX triplet: 21, 4C and 9F. RGB value is (33,76,159). Sum of RGB (Red+Green+Blue) = 33+76+159=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #214C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214C9F is #DEB360. Grayscale: #484848. Windows color (decimal): -14594913 or 10439713. OLE color: 10439713.

HSL color Cylindrical-coordinate representation of color #214C9F: hue angle of 219.52º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #214C9F is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 76 159 -
CMYK 0.79 0.52 0 0.38
HSL 219.52º 0.66% 0.38% -
HSV(B) 219.52º 0.79% 0.62% -
XYZ 9.47 8 33.85 -
YUV 72.61 176.75 99.75 -
System Red Green Blue C M Y K H S L
Decimal 33 76 159 0.79 0.52 0 0.38 219.52 0.66 0.38
Hex 21 4C 9F 4F 34 0 26 DC 42 26
Octal 41 114 237 117 64 0 46 334 102 46
Binary 100001 1001100 10011111 1001111 110100 0 100110 11011100 1000010 100110

Color Harmonies of #214C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C9F

Black with #214C9F

Text Example


Text Example

White with #214C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,76,159); }

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

background-color css

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

 a { background-color: rgb(33,76,159); }

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

border-color css

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

 span { border-color: rgb(33,76,159); }

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