Html Css Color HEX #1B6696 Endeavour

📋 copy color: '#1B6696'

red 27 ◦ green 102 ◦ blue 150

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

Shades of Endeavour #1B6696

Tints of Endeavour #1B6696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

 BLUE value IS 150 (58.98% from 255) = 53.76%

R = 9.68%
G = 36.56%
B = 53.76%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1B6696 (or 0x1B6696) is known color: Endeavour. HEX triplet: 1B, 66 and 96. RGB value is (27,102,150). Sum of RGB (Red+Green+Blue) = 27+102+150=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #1B6696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6696 is #E49969. Grayscale: #545454. Windows color (decimal): -14981482 or 9856539. OLE color: 9856539.

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

Color convert

RGB 27 102 150 -
CMYK 0.82 0.32 0 0.41
HSL 203.41º 0.69% 0.35% -
HSV(B) 203.41º 0.82% 0.59% -
XYZ 10.71 11.94 30.59 -
YUV 85.05 164.65 86.6 -
System Red Green Blue C M Y K H S L
Decimal 27 102 150 0.82 0.32 0 0.41 203.41 0.69 0.35
Hex 1B 66 96 52 20 0 29 CB 45 23
Octal 33 146 226 122 40 0 51 313 105 43
Binary 11011 1100110 10010110 1010010 100000 0 101001 11001011 1000101 100011

Color Harmonies of #1B6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6696

Black with #1B6696

Text Example


Text Example

White with #1B6696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,102,150); }

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

background-color css

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

 a { background-color: rgb(27,102,150); }

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

border-color css

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

 span { border-color: rgb(27,102,150); }

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