Html Css Color HEX #1D4A99 Endeavour

📋 copy color: '#1D4A99'

red 29 ◦ green 74 ◦ blue 153

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

Shades of Endeavour #1D4A99

Tints of Endeavour #1D4A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.91%

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 11.33%
G = 28.91%
B = 59.77%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D4A99 (or 0x1D4A99) is known color: Endeavour. HEX triplet: 1D, 4A and 99. RGB value is (29,74,153). Sum of RGB (Red+Green+Blue) = 29+74+153=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D4A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4A99 is #E2B566. Grayscale: #454545. Windows color (decimal): -14857575 or 10045981. OLE color: 10045981.

HSL color Cylindrical-coordinate representation of color #1D4A99: hue angle of 218.23º 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 #1D4A99 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 29 74 153 -
CMYK 0.81 0.52 0 0.4
HSL 218.23º 0.68% 0.36% -
HSV(B) 218.23º 0.81% 0.6% -
XYZ 8.71 7.46 31.12 -
YUV 69.55 175.09 99.08 -
System Red Green Blue C M Y K H S L
Decimal 29 74 153 0.81 0.52 0 0.4 218.23 0.68 0.36
Hex 1D 4A 99 51 34 0 28 DA 44 24
Octal 35 112 231 121 64 0 50 332 104 44
Binary 11101 1001010 10011001 1010001 110100 0 101000 11011010 1000100 100100

Color Harmonies of #1D4A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4A99

Black with #1D4A99

Text Example


Text Example

White with #1D4A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,74,153); }

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

background-color css

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

 a { background-color: rgb(29,74,153); }

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

border-color css

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

 span { border-color: rgb(29,74,153); }

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