Html Css Color HEX #0F274C Midnight

📋 copy color: '#0F274C'

red 15 ◦ green 39 ◦ blue 76

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

Shades of Midnight #0F274C

Tints of Midnight #0F274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30%

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

R = 11.54%
G = 30%
B = 58.46%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F274C (or 0x0F274C) is known color: Midnight. HEX triplet: 0F, 27 and 4C. RGB value is (15,39,76). Sum of RGB (Red+Green+Blue) = 15+39+76=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F274C is #F0D8B3. Grayscale: #232323. Windows color (decimal): -15784116 or 4990735. OLE color: 4990735.

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

Color convert

RGB 15 39 76 -
CMYK 0.80 0.49 0 0.70
HSL 216.39º 0.67% 0.18% -
HSV(B) 216.39º 0.8% 0.3% -
XYZ 2.23 2.07 7.12 -
YUV 36.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 15 39 76 0.80 0.49 0 0.70 216.39 0.67 0.18
Hex F 27 4C 50 31 0 46 D8 43 12
Octal 17 47 114 120 61 0 106 330 103 22
Binary 1111 100111 1001100 1010000 110001 0 1000110 11011000 1000011 10010

Color Harmonies of #0F274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F274C

Black with #0F274C

Text Example


Text Example

White with #0F274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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