Html Css Color HEX #1B5B97 Endeavour

📋 copy color: '#1B5B97'

red 27 ◦ green 91 ◦ blue 151

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

Shades of Endeavour #1B5B97

Tints of Endeavour #1B5B97

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.83%

 BLUE value IS 151 (59.38% from 255) = 56.13%

R = 10.04%
G = 33.83%
B = 56.13%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1B5B97 (or 0x1B5B97) is known color: Endeavour. HEX triplet: 1B, 5B and 97. RGB value is (27,91,151). Sum of RGB (Red+Green+Blue) = 27+91+151=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B5B97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5B97 is #E4A468. Grayscale: #4E4E4E. Windows color (decimal): -14984297 or 9919259. OLE color: 9919259.

HSL color Cylindrical-coordinate representation of color #1B5B97: hue angle of 209.03º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B5B97 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 27 91 151 -
CMYK 0.82 0.40 0 0.41
HSL 209.03º 0.7% 0.35% -
HSV(B) 209.03º 0.82% 0.59% -
XYZ 9.78 9.95 30.68 -
YUV 78.7 168.8 91.12 -
System Red Green Blue C M Y K H S L
Decimal 27 91 151 0.82 0.40 0 0.41 209.03 0.7 0.35
Hex 1B 5B 97 52 28 0 29 D1 46 23
Octal 33 133 227 122 50 0 51 321 106 43
Binary 11011 1011011 10010111 1010010 101000 0 101001 11010001 1000110 100011

Color Harmonies of #1B5B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5B97

Black with #1B5B97

Text Example


Text Example

White with #1B5B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,91,151); }

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

background-color css

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

 a { background-color: rgb(27,91,151); }

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

border-color css

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

 span { border-color: rgb(27,91,151); }

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