Html Css Color HEX #1C588B Endeavour

📋 copy color: '#1C588B'

red 28 ◦ green 88 ◦ blue 139

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

Shades of Endeavour #1C588B

Tints of Endeavour #1C588B

RGB

 RED value IS 28 (11.33% from 255) = 10.98%

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

 BLUE value IS 139 (54.69% from 255) = 54.51%

R = 10.98%
G = 34.51%
B = 54.51%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C588B (or 0x1C588B) is known color: Endeavour. HEX triplet: 1C, 58 and 8B. RGB value is (28,88,139). Sum of RGB (Red+Green+Blue) = 28+88+139=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C588B is #E3A774. Grayscale: #4B4B4B. Windows color (decimal): -14919541 or 9132060. OLE color: 9132060.

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

Color convert

RGB 28 88 139 -
CMYK 0.80 0.37 0 0.45
HSL 207.57º 0.66% 0.33% -
HSV(B) 207.57º 0.8% 0.55% -
XYZ 8.63 9.09 25.73 -
YUV 75.87 163.62 93.85 -
System Red Green Blue C M Y K H S L
Decimal 28 88 139 0.80 0.37 0 0.45 207.57 0.66 0.33
Hex 1C 58 8B 50 25 0 2D D0 42 21
Octal 34 130 213 120 45 0 55 320 102 41
Binary 11100 1011000 10001011 1010000 100101 0 101101 11010000 1000010 100001

Color Harmonies of #1C588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C588B

Black with #1C588B

Text Example


Text Example

White with #1C588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,88,139); }

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

background-color css

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

 a { background-color: rgb(28,88,139); }

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

border-color css

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

 span { border-color: rgb(28,88,139); }

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