Html Css Color HEX #1B599B Endeavour

📋 copy color: '#1B599B'

red 27 ◦ green 89 ◦ blue 155

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

Shades of Endeavour #1B599B

Tints of Endeavour #1B599B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

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

R = 9.96%
G = 32.84%
B = 57.2%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1B599B (or 0x1B599B) is known color: Endeavour. HEX triplet: 1B, 59 and 9B. RGB value is (27,89,155). Sum of RGB (Red+Green+Blue) = 27+89+155=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B599B is #E4A664. Grayscale: #4D4D4D. Windows color (decimal): -14984805 or 10180891. OLE color: 10180891.

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

Color convert

RGB 27 89 155 -
CMYK 0.83 0.43 0 0.39
HSL 210.94º 0.7% 0.36% -
HSV(B) 210.94º 0.83% 0.61% -
XYZ 9.94 9.74 32.37 -
YUV 77.99 171.46 91.63 -
System Red Green Blue C M Y K H S L
Decimal 27 89 155 0.83 0.43 0 0.39 210.94 0.7 0.36
Hex 1B 59 9B 53 2B 0 27 D3 46 24
Octal 33 131 233 123 53 0 47 323 106 44
Binary 11011 1011001 10011011 1010011 101011 0 100111 11010011 1000110 100100

Color Harmonies of #1B599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B599B

Black with #1B599B

Text Example


Text Example

White with #1B599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,89,155); }

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

background-color css

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

 a { background-color: rgb(27,89,155); }

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

border-color css

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

 span { border-color: rgb(27,89,155); }

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