Html Css Color HEX #0A1330 Midnight Express

📋 copy color: '#0A1330'

red 10 ◦ green 19 ◦ blue 48

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

Shades of Midnight Express #0A1330

Tints of Midnight Express #0A1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.68%

 BLUE value IS 48 (19.14% from 255) = 62.34%

R = 12.99%
G = 24.68%
B = 62.34%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0A1330 (or 0x0A1330) is known color: Midnight Express. HEX triplet: 0A, 13 and 30. RGB value is (10,19,48). Sum of RGB (Red+Green+Blue) = 10+19+48=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A1330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1330 is #F5ECCF. Grayscale: #131313. Windows color (decimal): -16116944 or 3150602. OLE color: 3150602.

HSL color Cylindrical-coordinate representation of color #0A1330: hue angle of 225.79º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A1330 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 19 48 -
CMYK 0.79 0.60 0 0.81
HSL 225.79º 0.66% 0.11% -
HSV(B) 225.79º 0.79% 0.19% -
XYZ 0.89 0.74 2.89 -
YUV 19.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 10 19 48 0.79 0.60 0 0.81 225.79 0.66 0.11
Hex A 13 30 4F 3C 0 51 E2 42 B
Octal 12 23 60 117 74 0 121 342 102 13
Binary 1010 10011 110000 1001111 111100 0 1010001 11100010 1000010 1011

Color Harmonies of #0A1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1330

Black with #0A1330

Text Example


Text Example

White with #0A1330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,19,48); }

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

background-color css

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

 a { background-color: rgb(10,19,48); }

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

border-color css

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

 span { border-color: rgb(10,19,48); }

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