Html Css Color HEX #0F3F4D Green Vogue

📋 copy color: '#0F3F4D'

red 15 ◦ green 63 ◦ blue 77

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

Shades of Green Vogue #0F3F4D

Tints of Green Vogue #0F3F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 49.68%

R = 9.68%
G = 40.65%
B = 49.68%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F3F4D (or 0x0F3F4D) is known color: Green Vogue. HEX triplet: 0F, 3F and 4D. RGB value is (15,63,77). Sum of RGB (Red+Green+Blue) = 15+63+77=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F3F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3F4D is #F0C0B2. Grayscale: #323232. Windows color (decimal): -15777971 or 5062415. OLE color: 5062415.

HSL color Cylindrical-coordinate representation of color #0F3F4D: hue angle of 193.55º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F3F4D is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 63 77 -
CMYK 0.81 0.18 0 0.70
HSL 193.55º 0.67% 0.18% -
HSV(B) 193.55º 0.81% 0.3% -
XYZ 3.31 4.19 7.66 -
YUV 50.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 15 63 77 0.81 0.18 0 0.70 193.55 0.67 0.18
Hex F 3F 4D 51 12 0 46 C2 43 12
Octal 17 77 115 121 22 0 106 302 103 22
Binary 1111 111111 1001101 1010001 10010 0 1000110 11000010 1000011 10010

Color Harmonies of #0F3F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3F4D

Black with #0F3F4D

Text Example


Text Example

White with #0F3F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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