Html Css Color HEX #1C4150 Green Vogue

📋 copy color: '#1C4150'

red 28 ◦ green 65 ◦ blue 80

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

Shades of Green Vogue #1C4150

Tints of Green Vogue #1C4150

RGB

 RED value IS 28 (11.33% from 255) = 16.18%

 GREEN value IS 65 (25.78% from 255) = 37.57%

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

R = 16.18%
G = 37.57%
B = 46.24%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1C4150 (or 0x1C4150) is known color: Green Vogue. HEX triplet: 1C, 41 and 50. RGB value is (28,65,80). Sum of RGB (Red+Green+Blue) = 28+65+80=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4150 is #E3BEAF. Grayscale: #373737. Windows color (decimal): -14925488 or 5259548. OLE color: 5259548.

HSL color Cylindrical-coordinate representation of color #1C4150: hue angle of 197.31º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C4150 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 28 65 80 -
CMYK 0.65 0.19 0 0.69
HSL 197.31º 0.48% 0.21% -
HSV(B) 197.31º 0.65% 0.31% -
XYZ 3.82 4.61 8.28 -
YUV 55.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 28 65 80 0.65 0.19 0 0.69 197.31 0.48 0.21
Hex 1C 41 50 41 13 0 45 C5 30 15
Octal 34 101 120 101 23 0 105 305 60 25
Binary 11100 1000001 1010000 1000001 10011 0 1000101 11000101 110000 10101

Color Harmonies of #1C4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4150

Black with #1C4150

Text Example


Text Example

White with #1C4150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C4150; }

 p { color: rgb(28,65,80); }

 H1.HeaderClassName
 {
   color: #1C4150;
 }
 .AnyTagClassName
 {
   color: #1C4150;
 }
</style>

background-color css

<style>
 a { background-color: #1C4150; }

 a { background-color: rgb(28,65,80); }

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

border-color css

<style>
 span { border-color: #1C4150; }

 span { border-color: rgb(28,65,80); }

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