Html Css Color HEX #010F2F Midnight Express

📋 copy color: '#010F2F'

red 1 ◦ green 15 ◦ blue 47

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

Shades of Midnight Express #010F2F

Tints of Midnight Express #010F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 74.6%

R = 1.59%
G = 23.81%
B = 74.6%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#010F2F (or 0x010F2F) is known color: Midnight Express. HEX triplet: 01, 0F and 2F. RGB value is (1,15,47). Sum of RGB (Red+Green+Blue) = 1+15+47=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 47 (18.75% from 255 or 74.60% from 63); Max value from RGB is 47 - color contains mainly: blue. Hex color #010F2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F2F is #FEF0D0. Grayscale: #0E0E0E. Windows color (decimal): -16707793 or 3084033. OLE color: 3084033.

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

Color convert

RGB 1 15 47 -
CMYK 0.98 0.68 0 0.82
HSL 221.74º 0.96% 0.09% -
HSV(B) 221.74º 0.98% 0.18% -
XYZ 0.7 0.55 2.76 -
YUV 14.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 1 15 47 0.98 0.68 0 0.82 221.74 0.96 0.09
Hex 1 F 2F 62 44 0 52 DE 60 9
Octal 1 17 57 142 104 0 122 336 140 11
Binary 1 1111 101111 1100010 1000100 0 1010010 11011110 1100000 1001

Color Harmonies of #010F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F2F

Black with #010F2F

Text Example


Text Example

White with #010F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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