Html Css Color HEX #1C066F Midnight Blue

📋 copy color: '#1C066F'

red 28 ◦ green 6 ◦ blue 111

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

Shades of Midnight Blue #1C066F

Tints of Midnight Blue #1C066F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 76.55%

R = 19.31%
G = 4.14%
B = 76.55%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C066F (or 0x1C066F) is known color: Midnight Blue. HEX triplet: 1C, 06 and 6F. RGB value is (28,6,111). Sum of RGB (Red+Green+Blue) = 28+6+111=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C066F is #E3F990. Grayscale: #181818. Windows color (decimal): -14940561 or 7276060. OLE color: 7276060.

HSL color Cylindrical-coordinate representation of color #1C066F: hue angle of 252.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C066F is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 6 111 -
CMYK 0.75 0.95 0 0.56
HSL 252.57º 0.9% 0.23% -
HSV(B) 252.57º 0.95% 0.44% -
XYZ 3.41 1.52 15.15 -
YUV 24.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 28 6 111 0.75 0.95 0 0.56 252.57 0.9 0.23
Hex 1C 6 6F 4B 5F 0 38 FD 5A 17
Octal 34 6 157 113 137 0 70 375 132 27
Binary 11100 110 1101111 1001011 1011111 0 111000 11111101 1011010 10111

Color Harmonies of #1C066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C066F

Black with #1C066F

Text Example


Text Example

White with #1C066F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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