Html Css Color HEX #1B6492 Endeavour

📋 copy color: '#1B6492'

red 27 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #1B6492

Tints of Endeavour #1B6492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.63%

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 9.89%
G = 36.63%
B = 53.48%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1B6492 (or 0x1B6492) is known color: Endeavour. HEX triplet: 1B, 64 and 92. RGB value is (27,100,146). Sum of RGB (Red+Green+Blue) = 27+100+146=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B6492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6492 is #E49B6D. Grayscale: #535353. Windows color (decimal): -14981998 or 9593883. OLE color: 9593883.

HSL color Cylindrical-coordinate representation of color #1B6492: hue angle of 203.19º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B6492 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 27 100 146 -
CMYK 0.82 0.32 0 0.43
HSL 203.19º 0.69% 0.34% -
HSV(B) 203.19º 0.82% 0.57% -
XYZ 10.2 11.42 28.86 -
YUV 83.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 27 100 146 0.82 0.32 0 0.43 203.19 0.69 0.34
Hex 1B 64 92 52 20 0 2B CB 45 22
Octal 33 144 222 122 40 0 53 313 105 42
Binary 11011 1100100 10010010 1010010 100000 0 101011 11001011 1000101 100010

Color Harmonies of #1B6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6492

Black with #1B6492

Text Example


Text Example

White with #1B6492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,100,146); }

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

background-color css

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

 a { background-color: rgb(27,100,146); }

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

border-color css

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

 span { border-color: rgb(27,100,146); }

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