Html Css Color HEX #1D458D Endeavour

📋 copy color: '#1D458D'

red 29 ◦ green 69 ◦ blue 141

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

Shades of Endeavour #1D458D

Tints of Endeavour #1D458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

 BLUE value IS 141 (55.47% from 255) = 59%

R = 12.13%
G = 28.87%
B = 59%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D458D (or 0x1D458D) is known color: Endeavour. HEX triplet: 1D, 45 and 8D. RGB value is (29,69,141). Sum of RGB (Red+Green+Blue) = 29+69+141=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D458D is #E2BA72. Grayscale: #404040. Windows color (decimal): -14858867 or 9258269. OLE color: 9258269.

HSL color Cylindrical-coordinate representation of color #1D458D: hue angle of 218.57º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D458D is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 69 141 -
CMYK 0.79 0.51 0 0.45
HSL 218.57º 0.66% 0.33% -
HSV(B) 218.57º 0.79% 0.55% -
XYZ 7.44 6.44 26.05 -
YUV 65.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 29 69 141 0.79 0.51 0 0.45 218.57 0.66 0.33
Hex 1D 45 8D 4F 33 0 2D DB 42 21
Octal 35 105 215 117 63 0 55 333 102 41
Binary 11101 1000101 10001101 1001111 110011 0 101101 11011011 1000010 100001

Color Harmonies of #1D458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D458D

Black with #1D458D

Text Example


Text Example

White with #1D458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,69,141); }

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

background-color css

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

 a { background-color: rgb(29,69,141); }

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

border-color css

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

 span { border-color: rgb(29,69,141); }

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