Html Css Color HEX #1C5694 Endeavour

📋 copy color: '#1C5694'

red 28 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #1C5694

Tints of Endeavour #1C5694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.82%

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

R = 10.69%
G = 32.82%
B = 56.49%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C5694 (or 0x1C5694) is known color: Endeavour. HEX triplet: 1C, 56 and 94. RGB value is (28,86,148). Sum of RGB (Red+Green+Blue) = 28+86+148=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C5694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5694 is #E3A96B. Grayscale: #4B4B4B. Windows color (decimal): -14920044 or 9721372. OLE color: 9721372.

HSL color Cylindrical-coordinate representation of color #1C5694: hue angle of 211º 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 #1C5694 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 86 148 -
CMYK 0.81 0.42 0 0.42
HSL 211º 0.68% 0.35% -
HSV(B) 211º 0.81% 0.58% -
XYZ 9.15 9.04 29.28 -
YUV 75.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 28 86 148 0.81 0.42 0 0.42 211 0.68 0.35
Hex 1C 56 94 51 2A 0 2A D3 44 23
Octal 34 126 224 121 52 0 52 323 104 43
Binary 11100 1010110 10010100 1010001 101010 0 101010 11010011 1000100 100011

Color Harmonies of #1C5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5694

Black with #1C5694

Text Example


Text Example

White with #1C5694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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