Html Css Color HEX #0F124D Midnight Express

📋 copy color: '#0F124D'

red 15 ◦ green 18 ◦ blue 77

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

Shades of Midnight Express #0F124D

Tints of Midnight Express #0F124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

 BLUE value IS 77 (30.47% from 255) = 70%

R = 13.64%
G = 16.36%
B = 70%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F124D (or 0x0F124D) is known color: Midnight Express. HEX triplet: 0F, 12 and 4D. RGB value is (15,18,77). Sum of RGB (Red+Green+Blue) = 15+18+77=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F124D is #F0EDB2. Grayscale: #171717. Windows color (decimal): -15789491 or 5050895. OLE color: 5050895.

HSL color Cylindrical-coordinate representation of color #0F124D: hue angle of 237.1º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F124D is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 18 77 -
CMYK 0.81 0.77 0 0.70
HSL 237.1º 0.67% 0.18% -
HSV(B) 237.1º 0.81% 0.3% -
XYZ 1.75 1.07 7.14 -
YUV 23.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 15 18 77 0.81 0.77 0 0.70 237.1 0.67 0.18
Hex F 12 4D 51 4D 0 46 ED 43 12
Octal 17 22 115 121 115 0 106 355 103 22
Binary 1111 10010 1001101 1010001 1001101 0 1000110 11101101 1000011 10010

Color Harmonies of #0F124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F124D

Black with #0F124D

Text Example


Text Example

White with #0F124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,18,77); }

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

background-color css

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

 a { background-color: rgb(15,18,77); }

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

border-color css

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

 span { border-color: rgb(15,18,77); }

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