Html Css Color HEX #0A0B37 Midnight Express

📋 copy color: '#0A0B37'

red 10 ◦ green 11 ◦ blue 55

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

Shades of Midnight Express #0A0B37

Tints of Midnight Express #0A0B37

RGB

 RED value IS 10 (4.3% from 255) = 13.16%

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

 BLUE value IS 55 (21.88% from 255) = 72.37%

R = 13.16%
G = 14.47%
B = 72.37%

CMYK

 C value IS 0.82

 M value IS 0.8

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0A0B37 (or 0x0A0B37) is known color: Midnight Express. HEX triplet: 0A, 0B and 37. RGB value is (10,11,55). Sum of RGB (Red+Green+Blue) = 10+11+55=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 55 (21.88% from 255 or 72.37% from 76); Max value from RGB is 55 - color contains mainly: blue. Hex color #0A0B37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0B37 is #F5F4C8. Grayscale: #0F0F0F. Windows color (decimal): -16118985 or 3607306. OLE color: 3607306.

HSL color Cylindrical-coordinate representation of color #0A0B37: hue angle of 238.67º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A0B37 is Cyan = 0.82, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 11 55 -
CMYK 0.82 0.8 0 0.78
HSL 238.67º 0.69% 0.13% -
HSV(B) 238.67º 0.82% 0.22% -
XYZ 0.93 0.58 3.68 -
YUV 15.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 10 11 55 0.82 0.8 0 0.78 238.67 0.69 0.13
Hex A B 37 52 50 0 4E EF 45 D
Octal 12 13 67 122 120 0 116 357 105 15
Binary 1010 1011 110111 1010010 1010000 0 1001110 11101111 1000101 1101

Color Harmonies of #0A0B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0B37

Black with #0A0B37

Text Example


Text Example

White with #0A0B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0B37; }

 p { color: rgb(10,11,55); }

 H1.HeaderClassName
 {
   color: #0A0B37;
 }
 .AnyTagClassName
 {
   color: #0A0B37;
 }
</style>

background-color css

<style>
 a { background-color: #0A0B37; }

 a { background-color: rgb(10,11,55); }

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

border-color css

<style>
 span { border-color: #0A0B37; }

 span { border-color: rgb(10,11,55); }

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