Html Css Color HEX #010F39 Midnight Express

📋 copy color: '#010F39'

red 1 ◦ green 15 ◦ blue 57

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

Shades of Midnight Express #010F39

Tints of Midnight Express #010F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 78.08%

R = 1.37%
G = 20.55%
B = 78.08%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#010F39 (or 0x010F39) is known color: Midnight Express. HEX triplet: 01, 0F and 39. RGB value is (1,15,57). Sum of RGB (Red+Green+Blue) = 1+15+57=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 57 (22.66% from 255 or 78.08% from 73); Max value from RGB is 57 - color contains mainly: blue. Hex color #010F39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F39 is #FEF0C6. Grayscale: #0F0F0F. Windows color (decimal): -16707783 or 3739393. OLE color: 3739393.

HSL color Cylindrical-coordinate representation of color #010F39: hue angle of 225º degrees, saturation: 0.97, 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 #010F39 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 15 57 -
CMYK 0.98 0.74 0 0.78
HSL 225º 0.97% 0.11% -
HSV(B) 225º 0.98% 0.22% -
XYZ 0.92 0.64 3.95 -
YUV 15.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 1 15 57 0.98 0.74 0 0.78 225 0.97 0.11
Hex 1 F 39 62 4A 0 4E E1 61 B
Octal 1 17 71 142 112 0 116 341 141 13
Binary 1 1111 111001 1100010 1001010 0 1001110 11100001 1100001 1011

Color Harmonies of #010F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F39

Black with #010F39

Text Example


Text Example

White with #010F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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