Html Css Color HEX #0F0C38 Midnight Express

📋 copy color: '#0F0C38'

red 15 ◦ green 12 ◦ blue 56

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

Shades of Midnight Express #0F0C38

Tints of Midnight Express #0F0C38

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.46%

 BLUE value IS 56 (22.27% from 255) = 67.47%

R = 18.07%
G = 14.46%
B = 67.47%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F0C38 (or 0x0F0C38) is known color: Midnight Express. HEX triplet: 0F, 0C and 38. RGB value is (15,12,56). Sum of RGB (Red+Green+Blue) = 15+12+56=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F0C38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C38 is #F0F3C7. Grayscale: #111111. Windows color (decimal): -15791048 or 3673103. OLE color: 3673103.

HSL color Cylindrical-coordinate representation of color #0F0C38: hue angle of 244.09º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F0C38 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 12 56 -
CMYK 0.73 0.79 0 0.78
HSL 244.09º 0.65% 0.13% -
HSV(B) 244.09º 0.79% 0.22% -
XYZ 1.04 0.65 3.81 -
YUV 17.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 15 12 56 0.73 0.79 0 0.78 244.09 0.65 0.13
Hex F C 38 49 4F 0 4E F4 41 D
Octal 17 14 70 111 117 0 116 364 101 15
Binary 1111 1100 111000 1001001 1001111 0 1001110 11110100 1000001 1101

Color Harmonies of #0F0C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0C38

Black with #0F0C38

Text Example


Text Example

White with #0F0C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,12,56); }

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

background-color css

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

 a { background-color: rgb(15,12,56); }

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

border-color css

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

 span { border-color: rgb(15,12,56); }

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