Html Css Color HEX #0F274B Midnight

📋 copy color: '#0F274B'

red 15 ◦ green 39 ◦ blue 75

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

Shades of Midnight #0F274B

Tints of Midnight #0F274B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 58.14%

R = 11.63%
G = 30.23%
B = 58.14%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F274B (or 0x0F274B) is known color: Midnight. HEX triplet: 0F, 27 and 4B. RGB value is (15,39,75). Sum of RGB (Red+Green+Blue) = 15+39+75=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F274B is #F0D8B4. Grayscale: #232323. Windows color (decimal): -15784117 or 4925199. OLE color: 4925199.

HSL color Cylindrical-coordinate representation of color #0F274B: hue angle of 216º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F274B is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 39 75 -
CMYK 0.80 0.48 0 0.71
HSL 216º 0.67% 0.18% -
HSV(B) 216º 0.8% 0.29% -
XYZ 2.19 2.06 6.94 -
YUV 35.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 15 39 75 0.80 0.48 0 0.71 216 0.67 0.18
Hex F 27 4B 50 30 0 47 D8 43 12
Octal 17 47 113 120 60 0 107 330 103 22
Binary 1111 100111 1001011 1010000 110000 0 1000111 11011000 1000011 10010

Color Harmonies of #0F274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F274B

Black with #0F274B

Text Example


Text Example

White with #0F274B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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