Html Css Color HEX #123B49 Green Vogue

📋 copy color: '#123B49'

red 18 ◦ green 59 ◦ blue 73

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

Shades of Green Vogue #123B49

Tints of Green Vogue #123B49

RGB

 RED value IS 18 (7.42% from 255) = 12%

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

 BLUE value IS 73 (28.91% from 255) = 48.67%

R = 12%
G = 39.33%
B = 48.67%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#123B49 (or 0x123B49) is known color: Green Vogue. HEX triplet: 12, 3B and 49. RGB value is (18,59,73). Sum of RGB (Red+Green+Blue) = 18+59+73=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #123B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B49 is #EDC4B6. Grayscale: #303030. Windows color (decimal): -15582391 or 4799250. OLE color: 4799250.

HSL color Cylindrical-coordinate representation of color #123B49: hue angle of 195.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123B49 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 59 73 -
CMYK 0.75 0.19 0 0.71
HSL 195.27º 0.6% 0.18% -
HSV(B) 195.27º 0.75% 0.29% -
XYZ 3.02 3.74 6.87 -
YUV 48.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 18 59 73 0.75 0.19 0 0.71 195.27 0.6 0.18
Hex 12 3B 49 4B 13 0 47 C3 3C 12
Octal 22 73 111 113 23 0 107 303 74 22
Binary 10010 111011 1001001 1001011 10011 0 1000111 11000011 111100 10010

Color Harmonies of #123B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B49

Black with #123B49

Text Example


Text Example

White with #123B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123B49; }

 p { color: rgb(18,59,73); }

 H1.HeaderClassName
 {
   color: #123B49;
 }
 .AnyTagClassName
 {
   color: #123B49;
 }
</style>

background-color css

<style>
 a { background-color: #123B49; }

 a { background-color: rgb(18,59,73); }

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

border-color css

<style>
 span { border-color: #123B49; }

 span { border-color: rgb(18,59,73); }

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