Html Css Color HEX #1D639A Endeavour

📋 copy color: '#1D639A'

red 29 ◦ green 99 ◦ blue 154

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

Shades of Endeavour #1D639A

Tints of Endeavour #1D639A

RGB

 RED value IS 29 (11.72% from 255) = 10.28%

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

 BLUE value IS 154 (60.55% from 255) = 54.61%

R = 10.28%
G = 35.11%
B = 54.61%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1D639A (or 0x1D639A) is known color: Endeavour. HEX triplet: 1D, 63 and 9A. RGB value is (29,99,154). Sum of RGB (Red+Green+Blue) = 29+99+154=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D639A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D639A is #E29C65. Grayscale: #545454. Windows color (decimal): -14851174 or 10117917. OLE color: 10117917.

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

Color convert

RGB 29 99 154 -
CMYK 0.81 0.36 0 0.40
HSL 206.4º 0.68% 0.36% -
HSV(B) 206.4º 0.81% 0.6% -
XYZ 10.8 11.52 32.23 -
YUV 84.34 167.31 88.53 -
System Red Green Blue C M Y K H S L
Decimal 29 99 154 0.81 0.36 0 0.40 206.4 0.68 0.36
Hex 1D 63 9A 51 24 0 28 CE 44 24
Octal 35 143 232 121 44 0 50 316 104 44
Binary 11101 1100011 10011010 1010001 100100 0 101000 11001110 1000100 100100

Color Harmonies of #1D639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D639A

Black with #1D639A

Text Example


Text Example

White with #1D639A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,99,154); }

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

background-color css

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

 a { background-color: rgb(29,99,154); }

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

border-color css

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

 span { border-color: rgb(29,99,154); }

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