Html Css Color HEX #1C599A Endeavour

📋 copy color: '#1C599A'

red 28 ◦ green 89 ◦ blue 154

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

Shades of Endeavour #1C599A

Tints of Endeavour #1C599A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

 BLUE value IS 154 (60.55% from 255) = 56.83%

R = 10.33%
G = 32.84%
B = 56.83%

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

#1C599A (or 0x1C599A) is known color: Endeavour. HEX triplet: 1C, 59 and 9A. RGB value is (28,89,154). Sum of RGB (Red+Green+Blue) = 28+89+154=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C599A is #E3A665. Grayscale: #4D4D4D. Windows color (decimal): -14919270 or 10115356. OLE color: 10115356.

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

Color convert

RGB 28 89 154 -
CMYK 0.82 0.42 0 0.40
HSL 210.95º 0.69% 0.36% -
HSV(B) 210.95º 0.82% 0.6% -
XYZ 9.88 9.72 31.93 -
YUV 78.17 170.79 92.21 -
System Red Green Blue C M Y K H S L
Decimal 28 89 154 0.82 0.42 0 0.40 210.95 0.69 0.36
Hex 1C 59 9A 52 2A 0 28 D3 45 24
Octal 34 131 232 122 52 0 50 323 105 44
Binary 11100 1011001 10011010 1010010 101010 0 101000 11010011 1000101 100100

Color Harmonies of #1C599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C599A

Black with #1C599A

Text Example


Text Example

White with #1C599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,89,154); }

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

background-color css

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

 a { background-color: rgb(28,89,154); }

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

border-color css

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

 span { border-color: rgb(28,89,154); }

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