Html Css Color HEX #1C096F Midnight Blue

📋 copy color: '#1C096F'

red 28 ◦ green 9 ◦ blue 111

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

Shades of Midnight Blue #1C096F

Tints of Midnight Blue #1C096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

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

R = 18.92%
G = 6.08%
B = 75%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C096F (or 0x1C096F) is known color: Midnight Blue. HEX triplet: 1C, 09 and 6F. RGB value is (28,9,111). Sum of RGB (Red+Green+Blue) = 28+9+111=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C096F is #E3F690. Grayscale: #191919. Windows color (decimal): -14939793 or 7276828. OLE color: 7276828.

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

Color convert

RGB 28 9 111 -
CMYK 0.75 0.92 0 0.56
HSL 251.18º 0.85% 0.24% -
HSV(B) 251.18º 0.92% 0.44% -
XYZ 3.45 1.59 15.16 -
YUV 26.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 28 9 111 0.75 0.92 0 0.56 251.18 0.85 0.24
Hex 1C 9 6F 4B 5C 0 38 FB 55 18
Octal 34 11 157 113 134 0 70 373 125 30
Binary 11100 1001 1101111 1001011 1011100 0 111000 11111011 1010101 11000

Color Harmonies of #1C096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C096F

Black with #1C096F

Text Example


Text Example

White with #1C096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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