Html Css Color HEX #0F3F50 Green Vogue

📋 copy color: '#0F3F50'

red 15 ◦ green 63 ◦ blue 80

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

Shades of Green Vogue #0F3F50

Tints of Green Vogue #0F3F50

RGB

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

 GREEN value IS 63 (25% from 255) = 39.87%

 BLUE value IS 80 (31.64% from 255) = 50.63%

R = 9.49%
G = 39.87%
B = 50.63%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F3F50 (or 0x0F3F50) is known color: Green Vogue. HEX triplet: 0F, 3F and 50. RGB value is (15,63,80). Sum of RGB (Red+Green+Blue) = 15+63+80=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F3F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3F50 is #F0C0AF. Grayscale: #323232. Windows color (decimal): -15777968 or 5259023. OLE color: 5259023.

HSL color Cylindrical-coordinate representation of color #0F3F50: hue angle of 195.69º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F3F50 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 63 80 -
CMYK 0.81 0.21 0 0.69
HSL 195.69º 0.68% 0.19% -
HSV(B) 195.69º 0.81% 0.31% -
XYZ 3.42 4.24 8.23 -
YUV 50.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 15 63 80 0.81 0.21 0 0.69 195.69 0.68 0.19
Hex F 3F 50 51 15 0 45 C4 44 13
Octal 17 77 120 121 25 0 105 304 104 23
Binary 1111 111111 1010000 1010001 10101 0 1000101 11000100 1000100 10011

Color Harmonies of #0F3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3F50

Black with #0F3F50

Text Example


Text Example

White with #0F3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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