Html Css Color HEX #1C5894 Endeavour

📋 copy color: '#1C5894'

red 28 ◦ green 88 ◦ blue 148

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

Shades of Endeavour #1C5894

Tints of Endeavour #1C5894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.06%

R = 10.61%
G = 33.33%
B = 56.06%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C5894 (or 0x1C5894) is known color: Endeavour. HEX triplet: 1C, 58 and 94. RGB value is (28,88,148). Sum of RGB (Red+Green+Blue) = 28+88+148=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C5894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5894 is #E3A76B. Grayscale: #4C4C4C. Windows color (decimal): -14919532 or 9721884. OLE color: 9721884.

HSL color Cylindrical-coordinate representation of color #1C5894: hue angle of 210º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C5894 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 88 148 -
CMYK 0.81 0.41 0 0.42
HSL 210º 0.68% 0.35% -
HSV(B) 210º 0.81% 0.58% -
XYZ 9.31 9.36 29.33 -
YUV 76.9 168.12 93.12 -
System Red Green Blue C M Y K H S L
Decimal 28 88 148 0.81 0.41 0 0.42 210 0.68 0.35
Hex 1C 58 94 51 29 0 2A D2 44 23
Octal 34 130 224 121 51 0 52 322 104 43
Binary 11100 1011000 10010100 1010001 101001 0 101010 11010010 1000100 100011

Color Harmonies of #1C5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5894

Black with #1C5894

Text Example


Text Example

White with #1C5894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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