Html Css Color HEX #123B4E Green Vogue

📋 copy color: '#123B4E'

red 18 ◦ green 59 ◦ blue 78

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

Shades of Green Vogue #123B4E

Tints of Green Vogue #123B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 50.32%

R = 11.61%
G = 38.06%
B = 50.32%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#123B4E (or 0x123B4E) is known color: Green Vogue. HEX triplet: 12, 3B and 4E. RGB value is (18,59,78). Sum of RGB (Red+Green+Blue) = 18+59+78=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #123B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B4E is #EDC4B1. Grayscale: #303030. Windows color (decimal): -15582386 or 5126930. OLE color: 5126930.

HSL color Cylindrical-coordinate representation of color #123B4E: hue angle of 199º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123B4E is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 59 78 -
CMYK 0.77 0.24 0 0.69
HSL 199º 0.63% 0.19% -
HSV(B) 199º 0.77% 0.31% -
XYZ 3.19 3.81 7.77 -
YUV 48.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 18 59 78 0.77 0.24 0 0.69 199 0.63 0.19
Hex 12 3B 4E 4D 18 0 45 C7 3E 13
Octal 22 73 116 115 30 0 105 307 76 23
Binary 10010 111011 1001110 1001101 11000 0 1000101 11000111 111110 10011

Color Harmonies of #123B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B4E

Black with #123B4E

Text Example


Text Example

White with #123B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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