Html Css Color HEX #0F203F Midnight Express

📋 copy color: '#0F203F'

red 15 ◦ green 32 ◦ blue 63

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

Shades of Midnight Express #0F203F

Tints of Midnight Express #0F203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.09%

 BLUE value IS 63 (25% from 255) = 57.27%

R = 13.64%
G = 29.09%
B = 57.27%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F203F (or 0x0F203F) is known color: Midnight Express. HEX triplet: 0F, 20 and 3F. RGB value is (15,32,63). Sum of RGB (Red+Green+Blue) = 15+32+63=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F203F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F203F is #F0DFC0. Grayscale: #1E1E1E. Windows color (decimal): -15785921 or 4136975. OLE color: 4136975.

HSL color Cylindrical-coordinate representation of color #0F203F: hue angle of 218.75º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F203F is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 32 63 -
CMYK 0.76 0.49 0 0.75
HSL 218.75º 0.62% 0.15% -
HSV(B) 218.75º 0.76% 0.25% -
XYZ 1.61 1.49 4.91 -
YUV 30.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 15 32 63 0.76 0.49 0 0.75 218.75 0.62 0.15
Hex F 20 3F 4C 31 0 4B DB 3E F
Octal 17 40 77 114 61 0 113 333 76 17
Binary 1111 100000 111111 1001100 110001 0 1001011 11011011 111110 1111

Color Harmonies of #0F203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F203F

Black with #0F203F

Text Example


Text Example

White with #0F203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,32,63); }

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

background-color css

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

 a { background-color: rgb(15,32,63); }

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

border-color css

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

 span { border-color: rgb(15,32,63); }

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