Html Css Color HEX #0F123C Midnight Express

📋 copy color: '#0F123C'

red 15 ◦ green 18 ◦ blue 60

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

Shades of Midnight Express #0F123C

Tints of Midnight Express #0F123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 64.52%

R = 16.13%
G = 19.35%
B = 64.52%

CMYK

 C value IS 0.75

 M value IS 0.7

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F123C (or 0x0F123C) is known color: Midnight Express. HEX triplet: 0F, 12 and 3C. RGB value is (15,18,60). Sum of RGB (Red+Green+Blue) = 15+18+60=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F123C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F123C is #F0EDC3. Grayscale: #151515. Windows color (decimal): -15789508 or 3936783. OLE color: 3936783.

HSL color Cylindrical-coordinate representation of color #0F123C: hue angle of 236º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F123C is Cyan = 0.75, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 18 60 -
CMYK 0.75 0.7 0 0.76
HSL 236º 0.6% 0.15% -
HSV(B) 236º 0.75% 0.24% -
XYZ 1.23 0.86 4.38 -
YUV 21.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 15 18 60 0.75 0.7 0 0.76 236 0.6 0.15
Hex F 12 3C 4B 46 0 4C EC 3C F
Octal 17 22 74 113 106 0 114 354 74 17
Binary 1111 10010 111100 1001011 1000110 0 1001100 11101100 111100 1111

Color Harmonies of #0F123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F123C

Black with #0F123C

Text Example


Text Example

White with #0F123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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