Html Css Color HEX #1D5396 Endeavour

📋 copy color: '#1D5396'

red 29 ◦ green 83 ◦ blue 150

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

Shades of Endeavour #1D5396

Tints of Endeavour #1D5396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

 BLUE value IS 150 (58.98% from 255) = 57.25%

R = 11.07%
G = 31.68%
B = 57.25%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1D5396 (or 0x1D5396) is known color: Endeavour. HEX triplet: 1D, 53 and 96. RGB value is (29,83,150). Sum of RGB (Red+Green+Blue) = 29+83+150=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D5396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5396 is #E2AC69. Grayscale: #4A4A4A. Windows color (decimal): -14855274 or 9851677. OLE color: 9851677.

HSL color Cylindrical-coordinate representation of color #1D5396: hue angle of 213.22º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D5396 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 29 83 150 -
CMYK 0.81 0.45 0 0.41
HSL 213.22º 0.68% 0.35% -
HSV(B) 213.22º 0.81% 0.59% -
XYZ 9.1 8.65 30.04 -
YUV 74.49 170.61 95.55 -
System Red Green Blue C M Y K H S L
Decimal 29 83 150 0.81 0.45 0 0.41 213.22 0.68 0.35
Hex 1D 53 96 51 2D 0 29 D5 44 23
Octal 35 123 226 121 55 0 51 325 104 43
Binary 11101 1010011 10010110 1010001 101101 0 101001 11010101 1000100 100011

Color Harmonies of #1D5396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5396

Black with #1D5396

Text Example


Text Example

White with #1D5396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,83,150); }

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

background-color css

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

 a { background-color: rgb(29,83,150); }

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

border-color css

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

 span { border-color: rgb(29,83,150); }

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