Html Css Color HEX #1D6091 Endeavour

📋 copy color: '#1D6091'

red 29 ◦ green 96 ◦ blue 145

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

Shades of Endeavour #1D6091

Tints of Endeavour #1D6091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 145 (57.03% from 255) = 53.7%

R = 10.74%
G = 35.56%
B = 53.7%

CMYK

 C value IS 0.8

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1D6091 (or 0x1D6091) is known color: Endeavour. HEX triplet: 1D, 60 and 91. RGB value is (29,96,145). Sum of RGB (Red+Green+Blue) = 29+96+145=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D6091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6091 is #E29F6E. Grayscale: #515151. Windows color (decimal): -14851951 or 9527325. OLE color: 9527325.

HSL color Cylindrical-coordinate representation of color #1D6091: hue angle of 205.34º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D6091 is Cyan = 0.8, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 96 145 -
CMYK 0.8 0.34 0 0.43
HSL 205.34º 0.67% 0.34% -
HSV(B) 205.34º 0.8% 0.57% -
XYZ 9.8 10.67 28.33 -
YUV 81.55 163.8 90.52 -
System Red Green Blue C M Y K H S L
Decimal 29 96 145 0.8 0.34 0 0.43 205.34 0.67 0.34
Hex 1D 60 91 50 22 0 2B CD 43 22
Octal 35 140 221 120 42 0 53 315 103 42
Binary 11101 1100000 10010001 1010000 100010 0 101011 11001101 1000011 100010

Color Harmonies of #1D6091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6091

Black with #1D6091

Text Example


Text Example

White with #1D6091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,96,145); }

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

background-color css

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

 a { background-color: rgb(29,96,145); }

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

border-color css

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

 span { border-color: rgb(29,96,145); }

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