Html Css Color HEX #010F44 Midnight Express

📋 copy color: '#010F44'

red 1 ◦ green 15 ◦ blue 68

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

Shades of Midnight Express #010F44

Tints of Midnight Express #010F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 80.95%

R = 1.19%
G = 17.86%
B = 80.95%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010F44 (or 0x010F44) is known color: Midnight Express. HEX triplet: 01, 0F and 44. RGB value is (1,15,68). Sum of RGB (Red+Green+Blue) = 1+15+68=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 68 (26.95% from 255 or 80.95% from 84); Max value from RGB is 68 - color contains mainly: blue. Hex color #010F44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F44 is #FEF0BB. Grayscale: #101010. Windows color (decimal): -16707772 or 4460289. OLE color: 4460289.

HSL color Cylindrical-coordinate representation of color #010F44: hue angle of 227.46º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F44 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 15 68 -
CMYK 0.99 0.78 0 0.73
HSL 227.46º 0.97% 0.14% -
HSV(B) 227.46º 0.99% 0.27% -
XYZ 1.23 0.77 5.55 -
YUV 16.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 1 15 68 0.99 0.78 0 0.73 227.46 0.97 0.14
Hex 1 F 44 63 4E 0 49 E3 61 E
Octal 1 17 104 143 116 0 111 343 141 16
Binary 1 1111 1000100 1100011 1001110 0 1001001 11100011 1100001 1110

Color Harmonies of #010F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F44

Black with #010F44

Text Example


Text Example

White with #010F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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