Html Css Color HEX #1D488A Endeavour

📋 copy color: '#1D488A'

red 29 ◦ green 72 ◦ blue 138

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

Shades of Endeavour #1D488A

Tints of Endeavour #1D488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

 BLUE value IS 138 (54.3% from 255) = 57.74%

R = 12.13%
G = 30.13%
B = 57.74%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D488A (or 0x1D488A) is known color: Endeavour. HEX triplet: 1D, 48 and 8A. RGB value is (29,72,138). Sum of RGB (Red+Green+Blue) = 29+72+138=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D488A is #E2B775. Grayscale: #424242. Windows color (decimal): -14858102 or 9062429. OLE color: 9062429.

HSL color Cylindrical-coordinate representation of color #1D488A: hue angle of 216.33º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D488A is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 72 138 -
CMYK 0.79 0.48 0 0.46
HSL 216.33º 0.65% 0.33% -
HSV(B) 216.33º 0.79% 0.54% -
XYZ 7.41 6.73 24.95 -
YUV 66.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 29 72 138 0.79 0.48 0 0.46 216.33 0.65 0.33
Hex 1D 48 8A 4F 30 0 2E D8 41 21
Octal 35 110 212 117 60 0 56 330 101 41
Binary 11101 1001000 10001010 1001111 110000 0 101110 11011000 1000001 100001

Color Harmonies of #1D488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D488A

Black with #1D488A

Text Example


Text Example

White with #1D488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,72,138); }

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

background-color css

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

 a { background-color: rgb(29,72,138); }

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

border-color css

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

 span { border-color: rgb(29,72,138); }

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