Html Css Color HEX #0F164C Midnight Express

📋 copy color: '#0F164C'

red 15 ◦ green 22 ◦ blue 76

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

Shades of Midnight Express #0F164C

Tints of Midnight Express #0F164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.47%

 BLUE value IS 76 (30.08% from 255) = 67.26%

R = 13.27%
G = 19.47%
B = 67.26%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F164C (or 0x0F164C) is known color: Midnight Express. HEX triplet: 0F, 16 and 4C. RGB value is (15,22,76). Sum of RGB (Red+Green+Blue) = 15+22+76=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F164C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F164C is #F0E9B3. Grayscale: #191919. Windows color (decimal): -15788468 or 4986383. OLE color: 4986383.

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

Color convert

RGB 15 22 76 -
CMYK 0.80 0.71 0 0.70
HSL 233.11º 0.67% 0.18% -
HSV(B) 233.11º 0.8% 0.3% -
XYZ 1.79 1.2 6.97 -
YUV 26.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 15 22 76 0.80 0.71 0 0.70 233.11 0.67 0.18
Hex F 16 4C 50 47 0 46 E9 43 12
Octal 17 26 114 120 107 0 106 351 103 22
Binary 1111 10110 1001100 1010000 1000111 0 1000110 11101001 1000011 10010

Color Harmonies of #0F164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F164C

Black with #0F164C

Text Example


Text Example

White with #0F164C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,22,76); }

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

background-color css

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

 a { background-color: rgb(15,22,76); }

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

border-color css

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

 span { border-color: rgb(15,22,76); }

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