Html Css Color HEX #0F4253 Green Vogue

📋 copy color: '#0F4253'

red 15 ◦ green 66 ◦ blue 83

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

Shades of Green Vogue #0F4253

Tints of Green Vogue #0F4253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.24%

 BLUE value IS 83 (32.81% from 255) = 50.61%

R = 9.15%
G = 40.24%
B = 50.61%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F4253 (or 0x0F4253) is known color: Green Vogue. HEX triplet: 0F, 42 and 53. RGB value is (15,66,83). Sum of RGB (Red+Green+Blue) = 15+66+83=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F4253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4253 is #F0BDAC. Grayscale: #343434. Windows color (decimal): -15777197 or 5456399. OLE color: 5456399.

HSL color Cylindrical-coordinate representation of color #0F4253: hue angle of 195º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F4253 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 66 83 -
CMYK 0.82 0.20 0 0.67
HSL 195º 0.69% 0.19% -
HSV(B) 195º 0.82% 0.33% -
XYZ 3.71 4.62 8.88 -
YUV 52.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 15 66 83 0.82 0.20 0 0.67 195 0.69 0.19
Hex F 42 53 52 14 0 43 C3 45 13
Octal 17 102 123 122 24 0 103 303 105 23
Binary 1111 1000010 1010011 1010010 10100 0 1000011 11000011 1000101 10011

Color Harmonies of #0F4253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4253

Black with #0F4253

Text Example


Text Example

White with #0F4253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,66,83); }

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

background-color css

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

 a { background-color: rgb(15,66,83); }

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

border-color css

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

 span { border-color: rgb(15,66,83); }

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