Html Css Color HEX #010F37 Midnight Express

📋 copy color: '#010F37'

red 1 ◦ green 15 ◦ blue 55

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

Shades of Midnight Express #010F37

Tints of Midnight Express #010F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 77.46%

R = 1.41%
G = 21.13%
B = 77.46%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#010F37 (or 0x010F37) is known color: Midnight Express. HEX triplet: 01, 0F and 37. RGB value is (1,15,55). Sum of RGB (Red+Green+Blue) = 1+15+55=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 55 (21.88% from 255 or 77.46% from 71); Max value from RGB is 55 - color contains mainly: blue. Hex color #010F37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F37 is #FEF0C8. Grayscale: #0F0F0F. Windows color (decimal): -16707785 or 3608321. OLE color: 3608321.

HSL color Cylindrical-coordinate representation of color #010F37: hue angle of 224.44º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010F37 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 15 55 -
CMYK 0.98 0.73 0 0.78
HSL 224.44º 0.96% 0.11% -
HSV(B) 224.44º 0.98% 0.22% -
XYZ 0.87 0.62 3.69 -
YUV 15.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 1 15 55 0.98 0.73 0 0.78 224.44 0.96 0.11
Hex 1 F 37 62 49 0 4E E0 60 B
Octal 1 17 67 142 111 0 116 340 140 13
Binary 1 1111 110111 1100010 1001001 0 1001110 11100000 1100000 1011

Color Harmonies of #010F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F37

Black with #010F37

Text Example


Text Example

White with #010F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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