Html Css Color HEX #215F9C Endeavour

📋 copy color: '#215F9C'

red 33 ◦ green 95 ◦ blue 156

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

Shades of Endeavour #215F9C

Tints of Endeavour #215F9C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.45%

 BLUE value IS 156 (61.33% from 255) = 54.93%

R = 11.62%
G = 33.45%
B = 54.93%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#215F9C (or 0x215F9C) is known color: Endeavour. HEX triplet: 21, 5F and 9C. RGB value is (33,95,156). Sum of RGB (Red+Green+Blue) = 33+95+156=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #215F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215F9C is #DEA063. Grayscale: #535353. Windows color (decimal): -14590052 or 10247969. OLE color: 10247969.

HSL color Cylindrical-coordinate representation of color #215F9C: hue angle of 209.76º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #215F9C is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 95 156 -
CMYK 0.79 0.39 0 0.39
HSL 209.76º 0.65% 0.37% -
HSV(B) 209.76º 0.79% 0.61% -
XYZ 10.72 10.91 32.99 -
YUV 83.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 33 95 156 0.79 0.39 0 0.39 209.76 0.65 0.37
Hex 21 5F 9C 4F 27 0 27 D2 41 25
Octal 41 137 234 117 47 0 47 322 101 45
Binary 100001 1011111 10011100 1001111 100111 0 100111 11010010 1000001 100101

Color Harmonies of #215F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F9C

Black with #215F9C

Text Example


Text Example

White with #215F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215F9C; }

 p { color: rgb(33,95,156); }

 H1.HeaderClassName
 {
   color: #215F9C;
 }
 .AnyTagClassName
 {
   color: #215F9C;
 }
</style>

background-color css

<style>
 a { background-color: #215F9C; }

 a { background-color: rgb(33,95,156); }

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

border-color css

<style>
 span { border-color: #215F9C; }

 span { border-color: rgb(33,95,156); }

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