Html Css Color HEX #010F3F Midnight Express

📋 copy color: '#010F3F'

red 1 ◦ green 15 ◦ blue 63

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

Shades of Midnight Express #010F3F

Tints of Midnight Express #010F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 79.75%

R = 1.27%
G = 18.99%
B = 79.75%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#010F3F (or 0x010F3F) is known color: Midnight Express. HEX triplet: 01, 0F and 3F. RGB value is (1,15,63). Sum of RGB (Red+Green+Blue) = 1+15+63=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 63 (25% from 255 or 79.75% from 79); Max value from RGB is 63 - color contains mainly: blue. Hex color #010F3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F3F is #FEF0C0. Grayscale: #101010. Windows color (decimal): -16707777 or 4132609. OLE color: 4132609.

HSL color Cylindrical-coordinate representation of color #010F3F: hue angle of 226.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010F3F is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 15 63 -
CMYK 0.98 0.76 0 0.75
HSL 226.45º 0.97% 0.13% -
HSV(B) 226.45º 0.98% 0.25% -
XYZ 1.08 0.71 4.78 -
YUV 16.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 1 15 63 0.98 0.76 0 0.75 226.45 0.97 0.13
Hex 1 F 3F 62 4C 0 4B E2 61 D
Octal 1 17 77 142 114 0 113 342 141 15
Binary 1 1111 111111 1100010 1001100 0 1001011 11100010 1100001 1101

Color Harmonies of #010F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F3F

Black with #010F3F

Text Example


Text Example

White with #010F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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