Html Css Color HEX #1B588C Endeavour

📋 copy color: '#1B588C'

red 27 ◦ green 88 ◦ blue 140

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

Shades of Endeavour #1B588C

Tints of Endeavour #1B588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.9%

R = 10.59%
G = 34.51%
B = 54.9%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B588C (or 0x1B588C) is known color: Endeavour. HEX triplet: 1B, 58 and 8C. RGB value is (27,88,140). Sum of RGB (Red+Green+Blue) = 27+88+140=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #1B588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B588C is #E4A773. Grayscale: #4B4B4B. Windows color (decimal): -14985076 or 9197595. OLE color: 9197595.

HSL color Cylindrical-coordinate representation of color #1B588C: hue angle of 207.61º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B588C is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 27 88 140 -
CMYK 0.81 0.37 0 0.45
HSL 207.61º 0.68% 0.33% -
HSV(B) 207.61º 0.81% 0.55% -
XYZ 8.68 9.11 26.11 -
YUV 75.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 27 88 140 0.81 0.37 0 0.45 207.61 0.68 0.33
Hex 1B 58 8C 51 25 0 2D D0 44 21
Octal 33 130 214 121 45 0 55 320 104 41
Binary 11011 1011000 10001100 1010001 100101 0 101101 11010000 1000100 100001

Color Harmonies of #1B588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B588C

Black with #1B588C

Text Example


Text Example

White with #1B588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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