Html Css Color HEX #0F114B Midnight Express

📋 copy color: '#0F114B'

red 15 ◦ green 17 ◦ blue 75

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

Shades of Midnight Express #0F114B

Tints of Midnight Express #0F114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.89%

 BLUE value IS 75 (29.69% from 255) = 70.09%

R = 14.02%
G = 15.89%
B = 70.09%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F114B (or 0x0F114B) is known color: Midnight Express. HEX triplet: 0F, 11 and 4B. RGB value is (15,17,75). Sum of RGB (Red+Green+Blue) = 15+17+75=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F114B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F114B is #F0EEB4. Grayscale: #161616. Windows color (decimal): -15789749 or 4919567. OLE color: 4919567.

HSL color Cylindrical-coordinate representation of color #0F114B: hue angle of 238º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F114B is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 17 75 -
CMYK 0.80 0.77 0 0.71
HSL 238º 0.67% 0.18% -
HSV(B) 238º 0.8% 0.29% -
XYZ 1.67 1.01 6.76 -
YUV 23.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 15 17 75 0.80 0.77 0 0.71 238 0.67 0.18
Hex F 11 4B 50 4D 0 47 EE 43 12
Octal 17 21 113 120 115 0 107 356 103 22
Binary 1111 10001 1001011 1010000 1001101 0 1000111 11101110 1000011 10010

Color Harmonies of #0F114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F114B

Black with #0F114B

Text Example


Text Example

White with #0F114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,17,75); }

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

background-color css

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

 a { background-color: rgb(15,17,75); }

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

border-color css

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

 span { border-color: rgb(15,17,75); }

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