Html Css Color HEX #0F093A Midnight Express

📋 copy color: '#0F093A'

red 15 ◦ green 9 ◦ blue 58

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

Shades of Midnight Express #0F093A

Tints of Midnight Express #0F093A

RGB

 RED value IS 15 (6.25% from 255) = 18.29%

 GREEN value IS 9 (3.91% from 255) = 10.98%

 BLUE value IS 58 (23.05% from 255) = 70.73%

R = 18.29%
G = 10.98%
B = 70.73%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F093A (or 0x0F093A) is known color: Midnight Express. HEX triplet: 0F, 09 and 3A. RGB value is (15,9,58). Sum of RGB (Red+Green+Blue) = 15+9+58=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 58 (23.05% from 255 or 70.73% from 82); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F093A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F093A is #F0F6C5. Grayscale: #101010. Windows color (decimal): -15791814 or 3803407. OLE color: 3803407.

HSL color Cylindrical-coordinate representation of color #0F093A: hue angle of 247.35º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F093A is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 15 9 58 -
CMYK 0.74 0.84 0 0.77
HSL 247.35º 0.73% 0.13% -
HSV(B) 247.35º 0.84% 0.23% -
XYZ 1.06 0.6 4.06 -
YUV 16.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 15 9 58 0.74 0.84 0 0.77 247.35 0.73 0.13
Hex F 9 3A 4A 54 0 4D F7 49 D
Octal 17 11 72 112 124 0 115 367 111 15
Binary 1111 1001 111010 1001010 1010100 0 1001101 11110111 1001001 1101

Color Harmonies of #0F093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F093A

Black with #0F093A

Text Example


Text Example

White with #0F093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,9,58); }

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

background-color css

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

 a { background-color: rgb(15,9,58); }

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

border-color css

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

 span { border-color: rgb(15,9,58); }

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