Html Css Color HEX #1C196F Midnight Blue

📋 copy color: '#1C196F'

red 28 ◦ green 25 ◦ blue 111

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

Shades of Midnight Blue #1C196F

Tints of Midnight Blue #1C196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.24%

 BLUE value IS 111 (43.75% from 255) = 67.68%

R = 17.07%
G = 15.24%
B = 67.68%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C196F (or 0x1C196F) is known color: Midnight Blue. HEX triplet: 1C, 19 and 6F. RGB value is (28,25,111). Sum of RGB (Red+Green+Blue) = 28+25+111=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C196F is #E3E690. Grayscale: #232323. Windows color (decimal): -14935697 or 7280924. OLE color: 7280924.

HSL color Cylindrical-coordinate representation of color #1C196F: hue angle of 242.09º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C196F is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 25 111 -
CMYK 0.75 0.77 0 0.56
HSL 242.09º 0.63% 0.27% -
HSV(B) 242.09º 0.77% 0.44% -
XYZ 3.7 2.09 15.25 -
YUV 35.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 28 25 111 0.75 0.77 0 0.56 242.09 0.63 0.27
Hex 1C 19 6F 4B 4D 0 38 F2 3F 1B
Octal 34 31 157 113 115 0 70 362 77 33
Binary 11100 11001 1101111 1001011 1001101 0 111000 11110010 111111 11011

Color Harmonies of #1C196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C196F

Black with #1C196F

Text Example


Text Example

White with #1C196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,25,111); }

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

background-color css

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

 a { background-color: rgb(28,25,111); }

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

border-color css

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

 span { border-color: rgb(28,25,111); }

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