Html Css Color HEX #0D3E50 Green Vogue

📋 copy color: '#0D3E50'

red 13 ◦ green 62 ◦ blue 80

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

Shades of Green Vogue #0D3E50

Tints of Green Vogue #0D3E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40%

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

R = 8.39%
G = 40%
B = 51.61%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D3E50 (or 0x0D3E50) is known color: Green Vogue. HEX triplet: 0D, 3E and 50. RGB value is (13,62,80). Sum of RGB (Red+Green+Blue) = 13+62+80=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D3E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3E50 is #F2C1AF. Grayscale: #313131. Windows color (decimal): -15909296 or 5258765. OLE color: 5258765.

HSL color Cylindrical-coordinate representation of color #0D3E50: hue angle of 196.12º 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 #0D3E50 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 62 80 -
CMYK 0.84 0.22 0 0.69
HSL 196.12º 0.72% 0.18% -
HSV(B) 196.12º 0.84% 0.31% -
XYZ 3.34 4.11 8.21 -
YUV 49.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 13 62 80 0.84 0.22 0 0.69 196.12 0.72 0.18
Hex D 3E 50 54 16 0 45 C4 48 12
Octal 15 76 120 124 26 0 105 304 110 22
Binary 1101 111110 1010000 1010100 10110 0 1000101 11000100 1001000 10010

Color Harmonies of #0D3E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3E50

Black with #0D3E50

Text Example


Text Example

White with #0D3E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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