Html Css Color HEX #1C135F Midnight Blue

📋 copy color: '#1C135F'

red 28 ◦ green 19 ◦ blue 95

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

Shades of Midnight Blue #1C135F

Tints of Midnight Blue #1C135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

 BLUE value IS 95 (37.5% from 255) = 66.9%

R = 19.72%
G = 13.38%
B = 66.9%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1C135F (or 0x1C135F) is known color: Midnight Blue. HEX triplet: 1C, 13 and 5F. RGB value is (28,19,95). Sum of RGB (Red+Green+Blue) = 28+19+95=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 95 (37.5% from 255 or 66.90% from 142); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C135F is #E3ECA0. Grayscale: #1E1E1E. Windows color (decimal): -14937249 or 6230812. OLE color: 6230812.

HSL color Cylindrical-coordinate representation of color #1C135F: hue angle of 247.11º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C135F is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 28 19 95 -
CMYK 0.71 0.80 0 0.63
HSL 247.11º 0.67% 0.22% -
HSV(B) 247.11º 0.8% 0.37% -
XYZ 2.78 1.54 10.98 -
YUV 30.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 28 19 95 0.71 0.80 0 0.63 247.11 0.67 0.22
Hex 1C 13 5F 47 50 0 3F F7 43 16
Octal 34 23 137 107 120 0 77 367 103 26
Binary 11100 10011 1011111 1000111 1010000 0 111111 11110111 1000011 10110

Color Harmonies of #1C135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C135F

Black with #1C135F

Text Example


Text Example

White with #1C135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,19,95); }

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

background-color css

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

 a { background-color: rgb(28,19,95); }

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

border-color css

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

 span { border-color: rgb(28,19,95); }

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