Html Css Color HEX #1C288B Midnight Blue

📋 copy color: '#1C288B'

red 28 ◦ green 40 ◦ blue 139

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

Shades of Midnight Blue #1C288B

Tints of Midnight Blue #1C288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 67.15%

R = 13.53%
G = 19.32%
B = 67.15%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C288B (or 0x1C288B) is known color: Midnight Blue. HEX triplet: 1C, 28 and 8B. RGB value is (28,40,139). Sum of RGB (Red+Green+Blue) = 28+40+139=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C288B is #E3D774. Grayscale: #2F2F2F. Windows color (decimal): -14931829 or 9119772. OLE color: 9119772.

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

Color convert

RGB 28 40 139 -
CMYK 0.80 0.71 0 0.45
HSL 233.51º 0.66% 0.33% -
HSV(B) 233.51º 0.8% 0.55% -
XYZ 5.9 3.63 24.82 -
YUV 47.7 179.52 113.95 -
System Red Green Blue C M Y K H S L
Decimal 28 40 139 0.80 0.71 0 0.45 233.51 0.66 0.33
Hex 1C 28 8B 50 47 0 2D EA 42 21
Octal 34 50 213 120 107 0 55 352 102 41
Binary 11100 101000 10001011 1010000 1000111 0 101101 11101010 1000010 100001

Color Harmonies of #1C288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C288B

Black with #1C288B

Text Example


Text Example

White with #1C288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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