Html Css Color HEX #010F2C Midnight Express

📋 copy color: '#010F2C'

red 1 ◦ green 15 ◦ blue 44

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

Shades of Midnight Express #010F2C

Tints of Midnight Express #010F2C

RGB

 RED value IS 1 (0.78% from 255) = 1.67%

 GREEN value IS 15 (6.25% from 255) = 25%

 BLUE value IS 44 (17.58% from 255) = 73.33%

R = 1.67%
G = 25%
B = 73.33%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#010F2C (or 0x010F2C) is known color: Midnight Express. HEX triplet: 01, 0F and 2C. RGB value is (1,15,44). Sum of RGB (Red+Green+Blue) = 1+15+44=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 44 (17.58% from 255 or 73.33% from 60); Max value from RGB is 44 - color contains mainly: blue. Hex color #010F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F2C is #FEF0D3. Grayscale: #0D0D0D. Windows color (decimal): -16707796 or 2887425. OLE color: 2887425.

HSL color Cylindrical-coordinate representation of color #010F2C: hue angle of 220.47º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010F2C is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 1 15 44 -
CMYK 0.98 0.66 0 0.83
HSL 220.47º 0.96% 0.09% -
HSV(B) 220.47º 0.98% 0.17% -
XYZ 0.64 0.53 2.45 -
YUV 14.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 1 15 44 0.98 0.66 0 0.83 220.47 0.96 0.09
Hex 1 F 2C 62 42 0 53 DC 60 9
Octal 1 17 54 142 102 0 123 334 140 11
Binary 1 1111 101100 1100010 1000010 0 1010011 11011100 1100000 1001

Color Harmonies of #010F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F2C

Black with #010F2C

Text Example


Text Example

White with #010F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010F2C; }

 p { color: rgb(1,15,44); }

 H1.HeaderClassName
 {
   color: #010F2C;
 }
 .AnyTagClassName
 {
   color: #010F2C;
 }
</style>

background-color css

<style>
 a { background-color: #010F2C; }

 a { background-color: rgb(1,15,44); }

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

border-color css

<style>
 span { border-color: #010F2C; }

 span { border-color: rgb(1,15,44); }

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