Html Css Color HEX #0F103E Midnight Express

📋 copy color: '#0F103E'

red 15 ◦ green 16 ◦ blue 62

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

Shades of Midnight Express #0F103E

Tints of Midnight Express #0F103E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.2%

 BLUE value IS 62 (24.61% from 255) = 66.67%

R = 16.13%
G = 17.2%
B = 66.67%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F103E (or 0x0F103E) is known color: Midnight Express. HEX triplet: 0F, 10 and 3E. RGB value is (15,16,62). Sum of RGB (Red+Green+Blue) = 15+16+62=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 62 (24.61% from 255 or 66.67% from 93); Max value from RGB is 62 - color contains mainly: blue. Hex color #0F103E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F103E is #F0EFC1. Grayscale: #141414. Windows color (decimal): -15790018 or 4067343. OLE color: 4067343.

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

Color convert

RGB 15 16 62 -
CMYK 0.76 0.74 0 0.76
HSL 238.72º 0.61% 0.15% -
HSV(B) 238.72º 0.76% 0.24% -
XYZ 1.25 0.82 4.65 -
YUV 20.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 15 16 62 0.76 0.74 0 0.76 238.72 0.61 0.15
Hex F 10 3E 4C 4A 0 4C EF 3D F
Octal 17 20 76 114 112 0 114 357 75 17
Binary 1111 10000 111110 1001100 1001010 0 1001100 11101111 111101 1111

Color Harmonies of #0F103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F103E

Black with #0F103E

Text Example


Text Example

White with #0F103E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,16,62); }

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

background-color css

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

 a { background-color: rgb(15,16,62); }

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

border-color css

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

 span { border-color: rgb(15,16,62); }

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