Html Css Color HEX #1C5CA1 Endeavour

📋 copy color: '#1C5CA1'

red 28 ◦ green 92 ◦ blue 161

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

Shades of Endeavour #1C5CA1

Tints of Endeavour #1C5CA1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.74%

 BLUE value IS 161 (63.28% from 255) = 57.3%

R = 9.96%
G = 32.74%
B = 57.3%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1C5CA1 (or 0x1C5CA1) is known color: Endeavour. HEX triplet: 1C, 5C and A1. RGB value is (28,92,161). Sum of RGB (Red+Green+Blue) = 28+92+161=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 161 (63.28% from 255 or 57.30% from 281); Max value from RGB is 161 - color contains mainly: blue. Hex color #1C5CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5CA1 is #E3A35E. Grayscale: #505050. Windows color (decimal): -14918495 or 10574876. OLE color: 10574876.

HSL color Cylindrical-coordinate representation of color #1C5CA1: hue angle of 211.13º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C5CA1 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 28 92 161 -
CMYK 0.83 0.43 0 0.37
HSL 211.13º 0.7% 0.37% -
HSV(B) 211.13º 0.83% 0.63% -
XYZ 10.74 10.47 35.17 -
YUV 80.73 173.3 90.39 -
System Red Green Blue C M Y K H S L
Decimal 28 92 161 0.83 0.43 0 0.37 211.13 0.7 0.37
Hex 1C 5C A1 53 2B 0 25 D3 46 25
Octal 34 134 241 123 53 0 45 323 106 45
Binary 11100 1011100 10100001 1010011 101011 0 100101 11010011 1000110 100101

Color Harmonies of #1C5CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5CA1

Black with #1C5CA1

Text Example


Text Example

White with #1C5CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,92,161); }

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

background-color css

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

 a { background-color: rgb(28,92,161); }

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

border-color css

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

 span { border-color: rgb(28,92,161); }

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