Html Css Color HEX #0F1233 Midnight Express

📋 copy color: '#0F1233'

red 15 ◦ green 18 ◦ blue 51

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

Shades of Midnight Express #0F1233

Tints of Midnight Express #0F1233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 60.71%

R = 17.86%
G = 21.43%
B = 60.71%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#0F1233 (or 0x0F1233) is known color: Midnight Express. HEX triplet: 0F, 12 and 33. RGB value is (15,18,51). Sum of RGB (Red+Green+Blue) = 15+18+51=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #0F1233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1233 is #F0EDCC. Grayscale: #141414. Windows color (decimal): -15789517 or 3346959. OLE color: 3346959.

HSL color Cylindrical-coordinate representation of color #0F1233: hue angle of 235º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F1233 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 15 18 51 -
CMYK 0.71 0.65 0 0.8
HSL 235º 0.55% 0.13% -
HSV(B) 235º 0.71% 0.2% -
XYZ 1.01 0.77 3.23 -
YUV 20.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 15 18 51 0.71 0.65 0 0.8 235 0.55 0.13
Hex F 12 33 47 41 0 50 EB 37 D
Octal 17 22 63 107 101 0 120 353 67 15
Binary 1111 10010 110011 1000111 1000001 0 1010000 11101011 110111 1101

Color Harmonies of #0F1233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1233

Black with #0F1233

Text Example


Text Example

White with #0F1233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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