Html Css Color HEX #1C288A Midnight Blue

📋 copy color: '#1C288A'

red 28 ◦ green 40 ◦ blue 138

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

Shades of Midnight Blue #1C288A

Tints of Midnight Blue #1C288A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

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

R = 13.59%
G = 19.42%
B = 66.99%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C288A (or 0x1C288A) is known color: Midnight Blue. HEX triplet: 1C, 28 and 8A. RGB value is (28,40,138). Sum of RGB (Red+Green+Blue) = 28+40+138=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C288A is #E3D775. Grayscale: #2F2F2F. Windows color (decimal): -14931830 or 9054236. OLE color: 9054236.

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

Color convert

RGB 28 40 138 -
CMYK 0.80 0.71 0 0.46
HSL 233.45º 0.66% 0.33% -
HSV(B) 233.45º 0.8% 0.54% -
XYZ 5.83 3.6 24.43 -
YUV 47.58 179.02 114.03 -
System Red Green Blue C M Y K H S L
Decimal 28 40 138 0.80 0.71 0 0.46 233.45 0.66 0.33
Hex 1C 28 8A 50 47 0 2E E9 42 21
Octal 34 50 212 120 107 0 56 351 102 41
Binary 11100 101000 10001010 1010000 1000111 0 101110 11101001 1000010 100001

Color Harmonies of #1C288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C288A

Black with #1C288A

Text Example


Text Example

White with #1C288A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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