Html Css Color HEX #1C4C85 Endeavour

📋 copy color: '#1C4C85'

red 28 ◦ green 76 ◦ blue 133

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

Shades of Endeavour #1C4C85

Tints of Endeavour #1C4C85

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.07%

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

R = 11.81%
G = 32.07%
B = 56.12%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1C4C85 (or 0x1C4C85) is known color: Endeavour. HEX triplet: 1C, 4C and 85. RGB value is (28,76,133). Sum of RGB (Red+Green+Blue) = 28+76+133=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C4C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4C85 is #E3B37A. Grayscale: #434343. Windows color (decimal): -14922619 or 8735772. OLE color: 8735772.

HSL color Cylindrical-coordinate representation of color #1C4C85: hue angle of 212.57º 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 #1C4C85 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 76 133 -
CMYK 0.79 0.43 0 0.48
HSL 212.57º 0.65% 0.32% -
HSV(B) 212.57º 0.79% 0.52% -
XYZ 7.3 7.11 23.18 -
YUV 68.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 28 76 133 0.79 0.43 0 0.48 212.57 0.65 0.32
Hex 1C 4C 85 4F 2B 0 30 D5 41 20
Octal 34 114 205 117 53 0 60 325 101 40
Binary 11100 1001100 10000101 1001111 101011 0 110000 11010101 1000001 100000

Color Harmonies of #1C4C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4C85

Black with #1C4C85

Text Example


Text Example

White with #1C4C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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