Html Css Color HEX #1C136E Midnight Blue

📋 copy color: '#1C136E'

red 28 ◦ green 19 ◦ blue 110

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

Shades of Midnight Blue #1C136E

Tints of Midnight Blue #1C136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 70.06%

R = 17.83%
G = 12.1%
B = 70.06%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1C136E (or 0x1C136E) is known color: Midnight Blue. HEX triplet: 1C, 13 and 6E. RGB value is (28,19,110). Sum of RGB (Red+Green+Blue) = 28+19+110=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C136E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C136E is #E3EC91. Grayscale: #1F1F1F. Windows color (decimal): -14937234 or 7213852. OLE color: 7213852.

HSL color Cylindrical-coordinate representation of color #1C136E: hue angle of 245.93º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C136E is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 28 19 110 -
CMYK 0.75 0.83 0 0.57
HSL 245.93º 0.71% 0.25% -
HSV(B) 245.93º 0.83% 0.43% -
XYZ 3.53 1.84 14.92 -
YUV 32.07 171.98 125.1 -
System Red Green Blue C M Y K H S L
Decimal 28 19 110 0.75 0.83 0 0.57 245.93 0.71 0.25
Hex 1C 13 6E 4B 53 0 39 F6 47 19
Octal 34 23 156 113 123 0 71 366 107 31
Binary 11100 10011 1101110 1001011 1010011 0 111001 11110110 1000111 11001

Color Harmonies of #1C136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C136E

Black with #1C136E

Text Example


Text Example

White with #1C136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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