Html Css Color HEX #1C4985 Endeavour

📋 copy color: '#1C4985'

red 28 ◦ green 73 ◦ blue 133

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

Shades of Endeavour #1C4985

Tints of Endeavour #1C4985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

 BLUE value IS 133 (52.34% from 255) = 56.84%

R = 11.97%
G = 31.2%
B = 56.84%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1C4985 (or 0x1C4985) is known color: Endeavour. HEX triplet: 1C, 49 and 85. RGB value is (28,73,133). Sum of RGB (Red+Green+Blue) = 28+73+133=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C4985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4985 is #E3B67A. Grayscale: #424242. Windows color (decimal): -14923387 or 8735004. OLE color: 8735004.

HSL color Cylindrical-coordinate representation of color #1C4985: hue angle of 214.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C4985 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 73 133 -
CMYK 0.79 0.45 0 0.48
HSL 214.29º 0.65% 0.32% -
HSV(B) 214.29º 0.79% 0.52% -
XYZ 7.1 6.71 23.11 -
YUV 66.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 28 73 133 0.79 0.45 0 0.48 214.29 0.65 0.32
Hex 1C 49 85 4F 2D 0 30 D6 41 20
Octal 34 111 205 117 55 0 60 326 101 40
Binary 11100 1001001 10000101 1001111 101101 0 110000 11010110 1000001 100000

Color Harmonies of #1C4985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4985

Black with #1C4985

Text Example


Text Example

White with #1C4985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,73,133); }

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

background-color css

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

 a { background-color: rgb(28,73,133); }

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

border-color css

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

 span { border-color: rgb(28,73,133); }

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