Html Css Color HEX #0F204C Midnight Express

📋 copy color: '#0F204C'

red 15 ◦ green 32 ◦ blue 76

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

Shades of Midnight Express #0F204C

Tints of Midnight Express #0F204C

RGB

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

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

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

R = 12.2%
G = 26.02%
B = 61.79%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F204C (or 0x0F204C) is known color: Midnight Express. HEX triplet: 0F, 20 and 4C. RGB value is (15,32,76). Sum of RGB (Red+Green+Blue) = 15+32+76=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F204C is #F0DFB3. Grayscale: #1F1F1F. Windows color (decimal): -15785908 or 4988943. OLE color: 4988943.

HSL color Cylindrical-coordinate representation of color #0F204C: hue angle of 223.28º 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 #0F204C is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 32 76 -
CMYK 0.80 0.58 0 0.70
HSL 223.28º 0.67% 0.18% -
HSV(B) 223.28º 0.8% 0.3% -
XYZ 2.02 1.66 7.05 -
YUV 31.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 15 32 76 0.80 0.58 0 0.70 223.28 0.67 0.18
Hex F 20 4C 50 3A 0 46 DF 43 12
Octal 17 40 114 120 72 0 106 337 103 22
Binary 1111 100000 1001100 1010000 111010 0 1000110 11011111 1000011 10010

Color Harmonies of #0F204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F204C

Black with #0F204C

Text Example


Text Example

White with #0F204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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