Html Css Color HEX #1C2B79 Midnight Blue

📋 copy color: '#1C2B79'

red 28 ◦ green 43 ◦ blue 121

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

Shades of Midnight Blue #1C2B79

Tints of Midnight Blue #1C2B79

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.4%

 BLUE value IS 121 (47.66% from 255) = 63.02%

R = 14.58%
G = 22.4%
B = 63.02%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C2B79 (or 0x1C2B79) is known color: Midnight Blue. HEX triplet: 1C, 2B and 79. RGB value is (28,43,121). Sum of RGB (Red+Green+Blue) = 28+43+121=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C2B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2B79 is #E3D486. Grayscale: #2F2F2F. Windows color (decimal): -14931079 or 7940892. OLE color: 7940892.

HSL color Cylindrical-coordinate representation of color #1C2B79: hue angle of 230.32º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C2B79 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 43 121 -
CMYK 0.77 0.64 0 0.53
HSL 230.32º 0.62% 0.29% -
HSV(B) 230.32º 0.77% 0.47% -
XYZ 4.79 3.36 18.48 -
YUV 47.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 28 43 121 0.77 0.64 0 0.53 230.32 0.62 0.29
Hex 1C 2B 79 4D 40 0 35 E6 3E 1D
Octal 34 53 171 115 100 0 65 346 76 35
Binary 11100 101011 1111001 1001101 1000000 0 110101 11100110 111110 11101

Color Harmonies of #1C2B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2B79

Black with #1C2B79

Text Example


Text Example

White with #1C2B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,43,121); }

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

background-color css

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

 a { background-color: rgb(28,43,121); }

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

border-color css

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

 span { border-color: rgb(28,43,121); }

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