Html Css Color HEX #1C065C Midnight Blue

📋 copy color: '#1C065C'

red 28 ◦ green 6 ◦ blue 92

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

Shades of Midnight Blue #1C065C

Tints of Midnight Blue #1C065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

 BLUE value IS 92 (36.33% from 255) = 73.02%

R = 22.22%
G = 4.76%
B = 73.02%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C065C (or 0x1C065C) is known color: Midnight Blue. HEX triplet: 1C, 06 and 5C. RGB value is (28,6,92). Sum of RGB (Red+Green+Blue) = 28+6+92=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C065C is #E3F9A3. Grayscale: #161616. Windows color (decimal): -14940580 or 6030876. OLE color: 6030876.

HSL color Cylindrical-coordinate representation of color #1C065C: hue angle of 255.35º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C065C is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 6 92 -
CMYK 0.70 0.93 0 0.64
HSL 255.35º 0.88% 0.19% -
HSV(B) 255.35º 0.93% 0.36% -
XYZ 2.48 1.15 10.22 -
YUV 22.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 28 6 92 0.70 0.93 0 0.64 255.35 0.88 0.19
Hex 1C 6 5C 46 5D 0 40 FF 58 13
Octal 34 6 134 106 135 0 100 377 130 23
Binary 11100 110 1011100 1000110 1011101 0 1000000 11111111 1011000 10011

Color Harmonies of #1C065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C065C

Black with #1C065C

Text Example


Text Example

White with #1C065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,6,92); }

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

background-color css

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

 a { background-color: rgb(28,6,92); }

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

border-color css

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

 span { border-color: rgb(28,6,92); }

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