Html Css Color HEX #1C4994 Endeavour

📋 copy color: '#1C4994'

red 28 ◦ green 73 ◦ blue 148

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

Shades of Endeavour #1C4994

Tints of Endeavour #1C4994

RGB

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

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

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

R = 11.24%
G = 29.32%
B = 59.44%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C4994 (or 0x1C4994) is known color: Endeavour. HEX triplet: 1C, 49 and 94. RGB value is (28,73,148). Sum of RGB (Red+Green+Blue) = 28+73+148=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C4994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4994 is #E3B66B. Grayscale: #434343. Windows color (decimal): -14923372 or 9718044. OLE color: 9718044.

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

Color convert

RGB 28 73 148 -
CMYK 0.81 0.51 0 0.42
HSL 217.5º 0.68% 0.35% -
HSV(B) 217.5º 0.81% 0.58% -
XYZ 8.21 7.15 28.96 -
YUV 68.1 173.09 99.4 -
System Red Green Blue C M Y K H S L
Decimal 28 73 148 0.81 0.51 0 0.42 217.5 0.68 0.35
Hex 1C 49 94 51 33 0 2A DA 44 23
Octal 34 111 224 121 63 0 52 332 104 43
Binary 11100 1001001 10010100 1010001 110011 0 101010 11011010 1000100 100011

Color Harmonies of #1C4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4994

Black with #1C4994

Text Example


Text Example

White with #1C4994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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