Html Css Color HEX #010F2B Midnight Express

📋 copy color: '#010F2B'

red 1 ◦ green 15 ◦ blue 43

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

Shades of Midnight Express #010F2B

Tints of Midnight Express #010F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 72.88%

R = 1.69%
G = 25.42%
B = 72.88%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#010F2B (or 0x010F2B) is known color: Midnight Express. HEX triplet: 01, 0F and 2B. RGB value is (1,15,43). Sum of RGB (Red+Green+Blue) = 1+15+43=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 43 (17.19% from 255 or 72.88% from 59); Max value from RGB is 43 - color contains mainly: blue. Hex color #010F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F2B is #FEF0D4. Grayscale: #0D0D0D. Windows color (decimal): -16707797 or 2821889. OLE color: 2821889.

HSL color Cylindrical-coordinate representation of color #010F2B: hue angle of 220º degrees, saturation: 0.95, 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 #010F2B is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 1 15 43 -
CMYK 0.98 0.65 0 0.83
HSL 220º 0.95% 0.09% -
HSV(B) 220º 0.98% 0.17% -
XYZ 0.62 0.52 2.35 -
YUV 14.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 1 15 43 0.98 0.65 0 0.83 220 0.95 0.09
Hex 1 F 2B 62 41 0 53 DC 5F 9
Octal 1 17 53 142 101 0 123 334 137 11
Binary 1 1111 101011 1100010 1000001 0 1010011 11011100 1011111 1001

Color Harmonies of #010F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F2B

Black with #010F2B

Text Example


Text Example

White with #010F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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