Html Css Color HEX #1C146E Midnight Blue

📋 copy color: '#1C146E'

red 28 ◦ green 20 ◦ blue 110

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

Shades of Midnight Blue #1C146E

Tints of Midnight Blue #1C146E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.66%

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

R = 17.72%
G = 12.66%
B = 69.62%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1C146E (or 0x1C146E) is known color: Midnight Blue. HEX triplet: 1C, 14 and 6E. RGB value is (28,20,110). Sum of RGB (Red+Green+Blue) = 28+20+110=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C146E is #E3EB91. Grayscale: #202020. Windows color (decimal): -14936978 or 7214108. OLE color: 7214108.

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

Color convert

RGB 28 20 110 -
CMYK 0.75 0.82 0 0.57
HSL 245.33º 0.69% 0.25% -
HSV(B) 245.33º 0.82% 0.43% -
XYZ 3.54 1.87 14.93 -
YUV 32.65 171.65 124.68 -
System Red Green Blue C M Y K H S L
Decimal 28 20 110 0.75 0.82 0 0.57 245.33 0.69 0.25
Hex 1C 14 6E 4B 52 0 39 F5 45 19
Octal 34 24 156 113 122 0 71 365 105 31
Binary 11100 10100 1101110 1001011 1010010 0 111001 11110101 1000101 11001

Color Harmonies of #1C146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C146E

Black with #1C146E

Text Example


Text Example

White with #1C146E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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