Html Css Color HEX #0F093B Midnight Express

📋 copy color: '#0F093B'

red 15 ◦ green 9 ◦ blue 59

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

Shades of Midnight Express #0F093B

Tints of Midnight Express #0F093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 71.08%

R = 18.07%
G = 10.84%
B = 71.08%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F093B (or 0x0F093B) is known color: Midnight Express. HEX triplet: 0F, 09 and 3B. RGB value is (15,9,59). Sum of RGB (Red+Green+Blue) = 15+9+59=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 59 (23.44% from 255 or 71.08% from 83); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F093B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F093B is #F0F6C4. Grayscale: #101010. Windows color (decimal): -15791813 or 3868943. OLE color: 3868943.

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

Color convert

RGB 15 9 59 -
CMYK 0.75 0.85 0 0.77
HSL 247.2º 0.74% 0.13% -
HSV(B) 247.2º 0.85% 0.23% -
XYZ 1.08 0.61 4.2 -
YUV 16.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 15 9 59 0.75 0.85 0 0.77 247.2 0.74 0.13
Hex F 9 3B 4B 55 0 4D F7 4A D
Octal 17 11 73 113 125 0 115 367 112 15
Binary 1111 1001 111011 1001011 1010101 0 1001101 11110111 1001010 1101

Color Harmonies of #0F093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F093B

Black with #0F093B

Text Example


Text Example

White with #0F093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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