Html Css Color HEX #1C498A Endeavour

📋 copy color: '#1C498A'

red 28 ◦ green 73 ◦ blue 138

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

Shades of Endeavour #1C498A

Tints of Endeavour #1C498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.74%

R = 11.72%
G = 30.54%
B = 57.74%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C498A (or 0x1C498A) is known color: Endeavour. HEX triplet: 1C, 49 and 8A. RGB value is (28,73,138). Sum of RGB (Red+Green+Blue) = 28+73+138=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C498A is #E3B675. Grayscale: #424242. Windows color (decimal): -14923382 or 9062684. OLE color: 9062684.

HSL color Cylindrical-coordinate representation of color #1C498A: hue angle of 215.45º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C498A is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 73 138 -
CMYK 0.80 0.47 0 0.46
HSL 215.45º 0.66% 0.33% -
HSV(B) 215.45º 0.8% 0.54% -
XYZ 7.45 6.85 24.97 -
YUV 66.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 28 73 138 0.80 0.47 0 0.46 215.45 0.66 0.33
Hex 1C 49 8A 50 2F 0 2E D7 42 21
Octal 34 111 212 120 57 0 56 327 102 41
Binary 11100 1001001 10001010 1010000 101111 0 101110 11010111 1000010 100001

Color Harmonies of #1C498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C498A

Black with #1C498A

Text Example


Text Example

White with #1C498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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