Html Css Color HEX #1C065B Midnight Blue

📋 copy color: '#1C065B'

red 28 ◦ green 6 ◦ blue 91

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

Shades of Midnight Blue #1C065B

Tints of Midnight Blue #1C065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 72.8%

R = 22.4%
G = 4.8%
B = 72.8%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C065B (or 0x1C065B) is known color: Midnight Blue. HEX triplet: 1C, 06 and 5B. RGB value is (28,6,91). Sum of RGB (Red+Green+Blue) = 28+6+91=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C065B is #E3F9A4. Grayscale: #151515. Windows color (decimal): -14940581 or 5965340. OLE color: 5965340.

HSL color Cylindrical-coordinate representation of color #1C065B: hue angle of 255.53º 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 #1C065B is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 6 91 -
CMYK 0.69 0.93 0 0.64
HSL 255.53º 0.88% 0.19% -
HSV(B) 255.53º 0.93% 0.36% -
XYZ 2.43 1.13 9.99 -
YUV 22.27 166.79 132.09 -
System Red Green Blue C M Y K H S L
Decimal 28 6 91 0.69 0.93 0 0.64 255.53 0.88 0.19
Hex 1C 6 5B 45 5D 0 40 100 58 13
Octal 34 6 133 105 135 0 100 400 130 23
Binary 11100 110 1011011 1000101 1011101 0 1000000 100000000 1011000 10011

Color Harmonies of #1C065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C065B

Black with #1C065B

Text Example


Text Example

White with #1C065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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