Html Css Color HEX #1E569F Endeavour

📋 copy color: '#1E569F'

red 30 ◦ green 86 ◦ blue 159

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

Shades of Endeavour #1E569F

Tints of Endeavour #1E569F

RGB

 RED value IS 30 (12.11% from 255) = 10.91%

 GREEN value IS 86 (33.98% from 255) = 31.27%

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

R = 10.91%
G = 31.27%
B = 57.82%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E569F (or 0x1E569F) is known color: Endeavour. HEX triplet: 1E, 56 and 9F. RGB value is (30,86,159). Sum of RGB (Red+Green+Blue) = 30+86+159=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E569F is #E1A960. Grayscale: #4D4D4D. Windows color (decimal): -14788961 or 10442270. OLE color: 10442270.

HSL color Cylindrical-coordinate representation of color #1E569F: hue angle of 213.95º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E569F is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 86 159 -
CMYK 0.81 0.46 0 0.38
HSL 213.95º 0.68% 0.37% -
HSV(B) 213.95º 0.81% 0.62% -
XYZ 10.12 9.43 34.09 -
YUV 77.58 173.95 94.06 -
System Red Green Blue C M Y K H S L
Decimal 30 86 159 0.81 0.46 0 0.38 213.95 0.68 0.37
Hex 1E 56 9F 51 2E 0 26 D6 44 25
Octal 36 126 237 121 56 0 46 326 104 45
Binary 11110 1010110 10011111 1010001 101110 0 100110 11010110 1000100 100101

Color Harmonies of #1E569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E569F

Black with #1E569F

Text Example


Text Example

White with #1E569F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E569F; }

 p { color: rgb(30,86,159); }

 H1.HeaderClassName
 {
   color: #1E569F;
 }
 .AnyTagClassName
 {
   color: #1E569F;
 }
</style>

background-color css

<style>
 a { background-color: #1E569F; }

 a { background-color: rgb(30,86,159); }

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

border-color css

<style>
 span { border-color: #1E569F; }

 span { border-color: rgb(30,86,159); }

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