Html Css Color HEX #1D5A98 Endeavour

📋 copy color: '#1D5A98'

red 29 ◦ green 90 ◦ blue 152

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

Shades of Endeavour #1D5A98

Tints of Endeavour #1D5A98

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 10.7%
G = 33.21%
B = 56.09%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1D5A98 (or 0x1D5A98) is known color: Endeavour. HEX triplet: 1D, 5A and 98. RGB value is (29,90,152). Sum of RGB (Red+Green+Blue) = 29+90+152=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D5A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5A98 is #E2A567. Grayscale: #4E4E4E. Windows color (decimal): -14853480 or 9984541. OLE color: 9984541.

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

Color convert

RGB 29 90 152 -
CMYK 0.81 0.41 0 0.40
HSL 210.24º 0.68% 0.35% -
HSV(B) 210.24º 0.81% 0.6% -
XYZ 9.83 9.84 31.09 -
YUV 78.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 29 90 152 0.81 0.41 0 0.40 210.24 0.68 0.35
Hex 1D 5A 98 51 29 0 28 D2 44 23
Octal 35 132 230 121 51 0 50 322 104 43
Binary 11101 1011010 10011000 1010001 101001 0 101000 11010010 1000100 100011

Color Harmonies of #1D5A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5A98

Black with #1D5A98

Text Example


Text Example

White with #1D5A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,90,152); }

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

background-color css

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

 a { background-color: rgb(29,90,152); }

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

border-color css

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

 span { border-color: rgb(29,90,152); }

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