Html Css Color HEX #1D569B Endeavour

📋 copy color: '#1D569B'

red 29 ◦ green 86 ◦ blue 155

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

Shades of Endeavour #1D569B

Tints of Endeavour #1D569B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

 BLUE value IS 155 (60.94% from 255) = 57.41%

R = 10.74%
G = 31.85%
B = 57.41%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D569B (or 0x1D569B) is known color: Endeavour. HEX triplet: 1D, 56 and 9B. RGB value is (29,86,155). Sum of RGB (Red+Green+Blue) = 29+86+155=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D569B is #E2A964. Grayscale: #4C4C4C. Windows color (decimal): -14854501 or 10180125. OLE color: 10180125.

HSL color Cylindrical-coordinate representation of color #1D569B: hue angle of 212.86º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D569B is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 29 86 155 -
CMYK 0.81 0.45 0 0.39
HSL 212.86º 0.68% 0.36% -
HSV(B) 212.86º 0.81% 0.61% -
XYZ 9.75 9.28 32.29 -
YUV 76.82 172.12 93.89 -
System Red Green Blue C M Y K H S L
Decimal 29 86 155 0.81 0.45 0 0.39 212.86 0.68 0.36
Hex 1D 56 9B 51 2D 0 27 D5 44 24
Octal 35 126 233 121 55 0 47 325 104 44
Binary 11101 1010110 10011011 1010001 101101 0 100111 11010101 1000100 100100

Color Harmonies of #1D569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D569B

Black with #1D569B

Text Example


Text Example

White with #1D569B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,86,155); }

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

background-color css

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

 a { background-color: rgb(29,86,155); }

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

border-color css

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

 span { border-color: rgb(29,86,155); }

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