Html Css Color HEX #1B559E Endeavour

📋 copy color: '#1B559E'

red 27 ◦ green 85 ◦ blue 158

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

Shades of Endeavour #1B559E

Tints of Endeavour #1B559E

RGB

 RED value IS 27 (10.94% from 255) = 10%

 GREEN value IS 85 (33.59% from 255) = 31.48%

 BLUE value IS 158 (62.11% from 255) = 58.52%

R = 10%
G = 31.48%
B = 58.52%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B559E (or 0x1B559E) is known color: Endeavour. HEX triplet: 1B, 55 and 9E. RGB value is (27,85,158). Sum of RGB (Red+Green+Blue) = 27+85+158=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B559E is #E4AA61. Grayscale: #4B4B4B. Windows color (decimal): -14985826 or 10376475. OLE color: 10376475.

HSL color Cylindrical-coordinate representation of color #1B559E: hue angle of 213.44º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B559E is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 27 85 158 -
CMYK 0.83 0.46 0 0.38
HSL 213.44º 0.71% 0.36% -
HSV(B) 213.44º 0.83% 0.62% -
XYZ 9.87 9.2 33.6 -
YUV 75.98 174.28 93.06 -
System Red Green Blue C M Y K H S L
Decimal 27 85 158 0.83 0.46 0 0.38 213.44 0.71 0.36
Hex 1B 55 9E 53 2E 0 26 D5 47 24
Octal 33 125 236 123 56 0 46 325 107 44
Binary 11011 1010101 10011110 1010011 101110 0 100110 11010101 1000111 100100

Color Harmonies of #1B559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B559E

Black with #1B559E

Text Example


Text Example

White with #1B559E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,85,158); }

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

background-color css

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

 a { background-color: rgb(27,85,158); }

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

border-color css

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

 span { border-color: rgb(27,85,158); }

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