Html Css Color HEX #010B2F Midnight Express

📋 copy color: '#010B2F'

red 1 ◦ green 11 ◦ blue 47

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

Shades of Midnight Express #010B2F

Tints of Midnight Express #010B2F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 18.64%

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

R = 1.69%
G = 18.64%
B = 79.66%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#010B2F (or 0x010B2F) is known color: Midnight Express. HEX triplet: 01, 0B and 2F. RGB value is (1,11,47). Sum of RGB (Red+Green+Blue) = 1+11+47=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 47 (18.75% from 255 or 79.66% from 59); Max value from RGB is 47 - color contains mainly: blue. Hex color #010B2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B2F is #FEF4D0. Grayscale: #0B0B0B. Windows color (decimal): -16708817 or 3083009. OLE color: 3083009.

HSL color Cylindrical-coordinate representation of color #010B2F: hue angle of 226.96º 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 #010B2F is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 1 11 47 -
CMYK 0.98 0.77 0 0.82
HSL 226.96º 0.96% 0.09% -
HSV(B) 226.96º 0.98% 0.18% -
XYZ 0.65 0.45 2.74 -
YUV 12.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 1 11 47 0.98 0.77 0 0.82 226.96 0.96 0.09
Hex 1 B 2F 62 4D 0 52 E3 60 9
Octal 1 13 57 142 115 0 122 343 140 11
Binary 1 1011 101111 1100010 1001101 0 1010010 11100011 1100000 1001

Color Harmonies of #010B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B2F

Black with #010B2F

Text Example


Text Example

White with #010B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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