Html Css Color HEX #0A0B35 Midnight Express

📋 copy color: '#0A0B35'

red 10 ◦ green 11 ◦ blue 53

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

Shades of Midnight Express #0A0B35

Tints of Midnight Express #0A0B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 71.62%

R = 13.51%
G = 14.86%
B = 71.62%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0A0B35 (or 0x0A0B35) is known color: Midnight Express. HEX triplet: 0A, 0B and 35. RGB value is (10,11,53). Sum of RGB (Red+Green+Blue) = 10+11+53=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 53 (21.09% from 255 or 71.62% from 74); Max value from RGB is 53 - color contains mainly: blue. Hex color #0A0B35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0B35 is #F5F4CA. Grayscale: #0F0F0F. Windows color (decimal): -16118987 or 3476234. OLE color: 3476234.

HSL color Cylindrical-coordinate representation of color #0A0B35: hue angle of 238.6º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A0B35 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 10 11 53 -
CMYK 0.81 0.79 0 0.79
HSL 238.6º 0.68% 0.12% -
HSV(B) 238.6º 0.81% 0.21% -
XYZ 0.89 0.56 3.43 -
YUV 15.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 10 11 53 0.81 0.79 0 0.79 238.6 0.68 0.12
Hex A B 35 51 4F 0 4F EF 44 C
Octal 12 13 65 121 117 0 117 357 104 14
Binary 1010 1011 110101 1010001 1001111 0 1001111 11101111 1000100 1100

Color Harmonies of #0A0B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0B35

Black with #0A0B35

Text Example


Text Example

White with #0A0B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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