Html Css Color HEX #010B2D Midnight Express

📋 copy color: '#010B2D'

red 1 ◦ green 11 ◦ blue 45

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

Shades of Midnight Express #010B2D

Tints of Midnight Express #010B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 78.95%

R = 1.75%
G = 19.3%
B = 78.95%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#010B2D (or 0x010B2D) is known color: Midnight Express. HEX triplet: 01, 0B and 2D. RGB value is (1,11,45). Sum of RGB (Red+Green+Blue) = 1+11+45=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 45 (17.97% from 255 or 78.95% from 57); Max value from RGB is 45 - color contains mainly: blue. Hex color #010B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B2D is #FEF4D2. Grayscale: #0B0B0B. Windows color (decimal): -16708819 or 2951937. OLE color: 2951937.

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

Color convert

RGB 1 11 45 -
CMYK 0.98 0.76 0 0.82
HSL 226.36º 0.96% 0.09% -
HSV(B) 226.36º 0.98% 0.18% -
XYZ 0.61 0.44 2.53 -
YUV 11.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 1 11 45 0.98 0.76 0 0.82 226.36 0.96 0.09
Hex 1 B 2D 62 4C 0 52 E2 60 9
Octal 1 13 55 142 114 0 122 342 140 11
Binary 1 1011 101101 1100010 1001100 0 1010010 11100010 1100000 1001

Color Harmonies of #010B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B2D

Black with #010B2D

Text Example


Text Example

White with #010B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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