Html Css Color HEX #1B5898 Endeavour

📋 copy color: '#1B5898'

red 27 ◦ green 88 ◦ blue 152

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

Shades of Endeavour #1B5898

Tints of Endeavour #1B5898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.96%

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

R = 10.11%
G = 32.96%
B = 56.93%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1B5898 (or 0x1B5898) is known color: Endeavour. HEX triplet: 1B, 58 and 98. RGB value is (27,88,152). Sum of RGB (Red+Green+Blue) = 27+88+152=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B5898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5898 is #E4A767. Grayscale: #4C4C4C. Windows color (decimal): -14985064 or 9984027. OLE color: 9984027.

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

Color convert

RGB 27 88 152 -
CMYK 0.82 0.42 0 0.40
HSL 210.72º 0.7% 0.35% -
HSV(B) 210.72º 0.82% 0.6% -
XYZ 9.61 9.48 31.03 -
YUV 77.06 170.29 92.3 -
System Red Green Blue C M Y K H S L
Decimal 27 88 152 0.82 0.42 0 0.40 210.72 0.7 0.35
Hex 1B 58 98 52 2A 0 28 D3 46 23
Octal 33 130 230 122 52 0 50 323 106 43
Binary 11011 1011000 10011000 1010010 101010 0 101000 11010011 1000110 100011

Color Harmonies of #1B5898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5898

Black with #1B5898

Text Example


Text Example

White with #1B5898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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