Html Css Color HEX #0F134E Midnight Express

📋 copy color: '#0F134E'

red 15 ◦ green 19 ◦ blue 78

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

Shades of Midnight Express #0F134E

Tints of Midnight Express #0F134E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 69.64%

R = 13.39%
G = 16.96%
B = 69.64%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F134E (or 0x0F134E) is known color: Midnight Express. HEX triplet: 0F, 13 and 4E. RGB value is (15,19,78). Sum of RGB (Red+Green+Blue) = 15+19+78=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 78 (30.86% from 255 or 69.64% from 112); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F134E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F134E is #F0ECB1. Grayscale: #181818. Windows color (decimal): -15789234 or 5116687. OLE color: 5116687.

HSL color Cylindrical-coordinate representation of color #0F134E: hue angle of 236.19º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F134E is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 19 78 -
CMYK 0.81 0.76 0 0.69
HSL 236.19º 0.68% 0.18% -
HSV(B) 236.19º 0.81% 0.31% -
XYZ 1.81 1.12 7.33 -
YUV 24.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 15 19 78 0.81 0.76 0 0.69 236.19 0.68 0.18
Hex F 13 4E 51 4C 0 45 EC 44 12
Octal 17 23 116 121 114 0 105 354 104 22
Binary 1111 10011 1001110 1010001 1001100 0 1000101 11101100 1000100 10010

Color Harmonies of #0F134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F134E

Black with #0F134E

Text Example


Text Example

White with #0F134E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,19,78); }

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

background-color css

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

 a { background-color: rgb(15,19,78); }

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

border-color css

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

 span { border-color: rgb(15,19,78); }

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