Html Css Color HEX #1B5798 Endeavour

📋 copy color: '#1B5798'

red 27 ◦ green 87 ◦ blue 152

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

Shades of Endeavour #1B5798

Tints of Endeavour #1B5798

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.71%

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 10.15%
G = 32.71%
B = 57.14%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1B5798 (or 0x1B5798) is known color: Endeavour. HEX triplet: 1B, 57 and 98. RGB value is (27,87,152). Sum of RGB (Red+Green+Blue) = 27+87+152=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B5798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5798 is #E4A867. Grayscale: #4C4C4C. Windows color (decimal): -14985320 or 9983771. OLE color: 9983771.

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

Color convert

RGB 27 87 152 -
CMYK 0.82 0.43 0 0.40
HSL 211.2º 0.7% 0.35% -
HSV(B) 211.2º 0.82% 0.6% -
XYZ 9.53 9.32 31 -
YUV 76.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 27 87 152 0.82 0.43 0 0.40 211.2 0.7 0.35
Hex 1B 57 98 52 2B 0 28 D3 46 23
Octal 33 127 230 122 53 0 50 323 106 43
Binary 11011 1010111 10011000 1010010 101011 0 101000 11010011 1000110 100011

Color Harmonies of #1B5798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5798

Black with #1B5798

Text Example


Text Example

White with #1B5798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,87,152); }

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

background-color css

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

 a { background-color: rgb(27,87,152); }

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

border-color css

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

 span { border-color: rgb(27,87,152); }

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