Html Css Color HEX #0D3F50 Green Vogue

📋 copy color: '#0D3F50'

red 13 ◦ green 63 ◦ blue 80

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

Shades of Green Vogue #0D3F50

Tints of Green Vogue #0D3F50

RGB

 RED value IS 13 (5.47% from 255) = 8.33%

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

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

R = 8.33%
G = 40.38%
B = 51.28%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D3F50 (or 0x0D3F50) is known color: Green Vogue. HEX triplet: 0D, 3F and 50. RGB value is (13,63,80). Sum of RGB (Red+Green+Blue) = 13+63+80=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D3F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3F50 is #F2C0AF. Grayscale: #313131. Windows color (decimal): -15909040 or 5259021. OLE color: 5259021.

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

Color convert

RGB 13 63 80 -
CMYK 0.84 0.21 0 0.69
HSL 195.22º 0.72% 0.18% -
HSV(B) 195.22º 0.84% 0.31% -
XYZ 3.39 4.22 8.23 -
YUV 49.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 13 63 80 0.84 0.21 0 0.69 195.22 0.72 0.18
Hex D 3F 50 54 15 0 45 C3 48 12
Octal 15 77 120 124 25 0 105 303 110 22
Binary 1101 111111 1010000 1010100 10101 0 1000101 11000011 1001000 10010

Color Harmonies of #0D3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3F50

Black with #0D3F50

Text Example


Text Example

White with #0D3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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