Html Css Color HEX #1C589B Endeavour

📋 copy color: '#1C589B'

red 28 ◦ green 88 ◦ blue 155

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

Shades of Endeavour #1C589B

Tints of Endeavour #1C589B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 10.33%
G = 32.47%
B = 57.2%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C589B (or 0x1C589B) is known color: Endeavour. HEX triplet: 1C, 58 and 9B. RGB value is (28,88,155). Sum of RGB (Red+Green+Blue) = 28+88+155=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C589B is #E3A764. Grayscale: #4D4D4D. Windows color (decimal): -14919525 or 10180636. OLE color: 10180636.

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

Color convert

RGB 28 88 155 -
CMYK 0.82 0.43 0 0.39
HSL 211.65º 0.69% 0.36% -
HSV(B) 211.65º 0.82% 0.61% -
XYZ 9.89 9.59 32.34 -
YUV 77.7 171.62 92.55 -
System Red Green Blue C M Y K H S L
Decimal 28 88 155 0.82 0.43 0 0.39 211.65 0.69 0.36
Hex 1C 58 9B 52 2B 0 27 D4 45 24
Octal 34 130 233 122 53 0 47 324 105 44
Binary 11100 1011000 10011011 1010010 101011 0 100111 11010100 1000101 100100

Color Harmonies of #1C589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C589B

Black with #1C589B

Text Example


Text Example

White with #1C589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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