Html Css Color HEX #1C488A Endeavour

📋 copy color: '#1C488A'

red 28 ◦ green 72 ◦ blue 138

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

Shades of Endeavour #1C488A

Tints of Endeavour #1C488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

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

R = 11.76%
G = 30.25%
B = 57.98%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C488A (or 0x1C488A) is known color: Endeavour. HEX triplet: 1C, 48 and 8A. RGB value is (28,72,138). Sum of RGB (Red+Green+Blue) = 28+72+138=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C488A is #E3B775. Grayscale: #424242. Windows color (decimal): -14923638 or 9062428. OLE color: 9062428.

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

Color convert

RGB 28 72 138 -
CMYK 0.80 0.48 0 0.46
HSL 216º 0.66% 0.33% -
HSV(B) 216º 0.8% 0.54% -
XYZ 7.38 6.72 24.95 -
YUV 66.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 28 72 138 0.80 0.48 0 0.46 216 0.66 0.33
Hex 1C 48 8A 50 30 0 2E D8 42 21
Octal 34 110 212 120 60 0 56 330 102 41
Binary 11100 1001000 10001010 1010000 110000 0 101110 11011000 1000010 100001

Color Harmonies of #1C488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C488A

Black with #1C488A

Text Example


Text Example

White with #1C488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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