Html Css Color HEX #1B414C Green Vogue

📋 copy color: '#1B414C'

red 27 ◦ green 65 ◦ blue 76

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

Shades of Green Vogue #1B414C

Tints of Green Vogue #1B414C

RGB

 RED value IS 27 (10.94% from 255) = 16.07%

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

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

R = 16.07%
G = 38.69%
B = 45.24%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1B414C (or 0x1B414C) is known color: Green Vogue. HEX triplet: 1B, 41 and 4C. RGB value is (27,65,76). Sum of RGB (Red+Green+Blue) = 27+65+76=168 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.07% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #1B414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B414C is #E4BEB3. Grayscale: #363636. Windows color (decimal): -14991028 or 4997403. OLE color: 4997403.

HSL color Cylindrical-coordinate representation of color #1B414C: hue angle of 193.47º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B414C is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 27 65 76 -
CMYK 0.64 0.14 0 0.70
HSL 193.47º 0.48% 0.2% -
HSV(B) 193.47º 0.64% 0.3% -
XYZ 3.65 4.54 7.52 -
YUV 54.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 27 65 76 0.64 0.14 0 0.70 193.47 0.48 0.2
Hex 1B 41 4C 40 E 0 46 C1 30 14
Octal 33 101 114 100 16 0 106 301 60 24
Binary 11011 1000001 1001100 1000000 1110 0 1000110 11000001 110000 10100

Color Harmonies of #1B414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B414C

Black with #1B414C

Text Example


Text Example

White with #1B414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,65,76); }

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

background-color css

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

 a { background-color: rgb(27,65,76); }

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

border-color css

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

 span { border-color: rgb(27,65,76); }

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