Html Css Color HEX #1D4492 Endeavour

📋 copy color: '#1D4492'

red 29 ◦ green 68 ◦ blue 146

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

Shades of Endeavour #1D4492

Tints of Endeavour #1D4492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.98%

 BLUE value IS 146 (57.42% from 255) = 60.08%

R = 11.93%
G = 27.98%
B = 60.08%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1D4492 (or 0x1D4492) is known color: Endeavour. HEX triplet: 1D, 44 and 92. RGB value is (29,68,146). Sum of RGB (Red+Green+Blue) = 29+68+146=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D4492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4492 is #E2BB6D. Grayscale: #404040. Windows color (decimal): -14859118 or 9585693. OLE color: 9585693.

HSL color Cylindrical-coordinate representation of color #1D4492: hue angle of 220º 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 #1D4492 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 68 146 -
CMYK 0.80 0.53 0 0.43
HSL 220º 0.67% 0.34% -
HSV(B) 220º 0.8% 0.57% -
XYZ 7.76 6.47 28.03 -
YUV 65.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 29 68 146 0.80 0.53 0 0.43 220 0.67 0.34
Hex 1D 44 92 50 35 0 2B DC 43 22
Octal 35 104 222 120 65 0 53 334 103 42
Binary 11101 1000100 10010010 1010000 110101 0 101011 11011100 1000011 100010

Color Harmonies of #1D4492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4492

Black with #1D4492

Text Example


Text Example

White with #1D4492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,68,146); }

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

background-color css

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

 a { background-color: rgb(29,68,146); }

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

border-color css

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

 span { border-color: rgb(29,68,146); }

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