Html Css Color HEX #0F123D Midnight Express

📋 copy color: '#0F123D'

red 15 ◦ green 18 ◦ blue 61

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

Shades of Midnight Express #0F123D

Tints of Midnight Express #0F123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 64.89%

R = 15.96%
G = 19.15%
B = 64.89%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F123D (or 0x0F123D) is known color: Midnight Express. HEX triplet: 0F, 12 and 3D. RGB value is (15,18,61). Sum of RGB (Red+Green+Blue) = 15+18+61=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F123D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F123D is #F0EDC2. Grayscale: #151515. Windows color (decimal): -15789507 or 4002319. OLE color: 4002319.

HSL color Cylindrical-coordinate representation of color #0F123D: hue angle of 236.09º degrees, saturation: 0.61, 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 #0F123D is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 18 61 -
CMYK 0.75 0.70 0 0.76
HSL 236.09º 0.61% 0.15% -
HSV(B) 236.09º 0.75% 0.24% -
XYZ 1.26 0.87 4.52 -
YUV 22.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 15 18 61 0.75 0.70 0 0.76 236.09 0.61 0.15
Hex F 12 3D 4B 46 0 4C EC 3D F
Octal 17 22 75 113 106 0 114 354 75 17
Binary 1111 10010 111101 1001011 1000110 0 1001100 11101100 111101 1111

Color Harmonies of #0F123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F123D

Black with #0F123D

Text Example


Text Example

White with #0F123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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