Html Css Color HEX #0E3B4C Green Vogue

📋 copy color: '#0E3B4C'

red 14 ◦ green 59 ◦ blue 76

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

Shades of Green Vogue #0E3B4C

Tints of Green Vogue #0E3B4C

RGB

 RED value IS 14 (5.86% from 255) = 9.4%

 GREEN value IS 59 (23.44% from 255) = 39.6%

 BLUE value IS 76 (30.08% from 255) = 51.01%

R = 9.4%
G = 39.6%
B = 51.01%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0E3B4C (or 0x0E3B4C) is known color: Green Vogue. HEX triplet: 0E, 3B and 4C. RGB value is (14,59,76). Sum of RGB (Red+Green+Blue) = 14+59+76=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #0E3B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B4C is #F1C4B3. Grayscale: #2F2F2F. Windows color (decimal): -15844532 or 4995854. OLE color: 4995854.

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

Color convert

RGB 14 59 76 -
CMYK 0.82 0.22 0 0.70
HSL 196.45º 0.69% 0.18% -
HSV(B) 196.45º 0.82% 0.3% -
XYZ 3.05 3.74 7.4 -
YUV 47.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 14 59 76 0.82 0.22 0 0.70 196.45 0.69 0.18
Hex E 3B 4C 52 16 0 46 C4 45 12
Octal 16 73 114 122 26 0 106 304 105 22
Binary 1110 111011 1001100 1010010 10110 0 1000110 11000100 1000101 10010

Color Harmonies of #0E3B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3B4C

Black with #0E3B4C

Text Example


Text Example

White with #0E3B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,59,76); }

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

background-color css

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

 a { background-color: rgb(14,59,76); }

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

border-color css

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

 span { border-color: rgb(14,59,76); }

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