Html Css Color HEX #1D4B8A Endeavour

📋 copy color: '#1D4B8A'

red 29 ◦ green 75 ◦ blue 138

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

Shades of Endeavour #1D4B8A

Tints of Endeavour #1D4B8A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.99%

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

R = 11.98%
G = 30.99%
B = 57.02%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D4B8A (or 0x1D4B8A) is known color: Endeavour. HEX triplet: 1D, 4B and 8A. RGB value is (29,75,138). Sum of RGB (Red+Green+Blue) = 29+75+138=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D4B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4B8A is #E2B475. Grayscale: #444444. Windows color (decimal): -14857334 or 9063197. OLE color: 9063197.

HSL color Cylindrical-coordinate representation of color #1D4B8A: hue angle of 214.68º 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 #1D4B8A is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 75 138 -
CMYK 0.79 0.46 0 0.46
HSL 214.68º 0.65% 0.33% -
HSV(B) 214.68º 0.79% 0.54% -
XYZ 7.61 7.13 25.02 -
YUV 68.43 167.26 99.88 -
System Red Green Blue C M Y K H S L
Decimal 29 75 138 0.79 0.46 0 0.46 214.68 0.65 0.33
Hex 1D 4B 8A 4F 2E 0 2E D7 41 21
Octal 35 113 212 117 56 0 56 327 101 41
Binary 11101 1001011 10001010 1001111 101110 0 101110 11010111 1000001 100001

Color Harmonies of #1D4B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4B8A

Black with #1D4B8A

Text Example


Text Example

White with #1D4B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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