Html Css Color HEX #1E639B Endeavour

📋 copy color: '#1E639B'

red 30 ◦ green 99 ◦ blue 155

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

Shades of Endeavour #1E639B

Tints of Endeavour #1E639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

 BLUE value IS 155 (60.94% from 255) = 54.58%

R = 10.56%
G = 34.86%
B = 54.58%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E639B (or 0x1E639B) is known color: Endeavour. HEX triplet: 1E, 63 and 9B. RGB value is (30,99,155). Sum of RGB (Red+Green+Blue) = 30+99+155=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E639B is #E19C64. Grayscale: #545454. Windows color (decimal): -14785637 or 10183454. OLE color: 10183454.

HSL color Cylindrical-coordinate representation of color #1E639B: hue angle of 206.88º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E639B is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 99 155 -
CMYK 0.81 0.36 0 0.39
HSL 206.88º 0.68% 0.36% -
HSV(B) 206.88º 0.81% 0.61% -
XYZ 10.91 11.57 32.67 -
YUV 84.75 167.64 88.95 -
System Red Green Blue C M Y K H S L
Decimal 30 99 155 0.81 0.36 0 0.39 206.88 0.68 0.36
Hex 1E 63 9B 51 24 0 27 CF 44 24
Octal 36 143 233 121 44 0 47 317 104 44
Binary 11110 1100011 10011011 1010001 100100 0 100111 11001111 1000100 100100

Color Harmonies of #1E639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E639B

Black with #1E639B

Text Example


Text Example

White with #1E639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,99,155); }

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

background-color css

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

 a { background-color: rgb(30,99,155); }

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

border-color css

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

 span { border-color: rgb(30,99,155); }

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