Html Css Color HEX #1B6097 Endeavour

📋 copy color: '#1B6097'

red 27 ◦ green 96 ◦ blue 151

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

Shades of Endeavour #1B6097

Tints of Endeavour #1B6097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

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

R = 9.85%
G = 35.04%
B = 55.11%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1B6097 (or 0x1B6097) is known color: Endeavour. HEX triplet: 1B, 60 and 97. RGB value is (27,96,151). Sum of RGB (Red+Green+Blue) = 27+96+151=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B6097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6097 is #E49F68. Grayscale: #515151. Windows color (decimal): -14983017 or 9920539. OLE color: 9920539.

HSL color Cylindrical-coordinate representation of color #1B6097: hue angle of 206.61º 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 #1B6097 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 27 96 151 -
CMYK 0.82 0.36 0 0.41
HSL 206.61º 0.7% 0.35% -
HSV(B) 206.61º 0.82% 0.59% -
XYZ 10.22 10.83 30.83 -
YUV 81.64 167.14 89.03 -
System Red Green Blue C M Y K H S L
Decimal 27 96 151 0.82 0.36 0 0.41 206.61 0.7 0.35
Hex 1B 60 97 52 24 0 29 CF 46 23
Octal 33 140 227 122 44 0 51 317 106 43
Binary 11011 1100000 10010111 1010010 100100 0 101001 11001111 1000110 100011

Color Harmonies of #1B6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6097

Black with #1B6097

Text Example


Text Example

White with #1B6097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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