Html Css Color HEX #143B4B Green Vogue

📋 copy color: '#143B4B'

red 20 ◦ green 59 ◦ blue 75

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

Shades of Green Vogue #143B4B

Tints of Green Vogue #143B4B

RGB

 RED value IS 20 (8.2% from 255) = 12.99%

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

 BLUE value IS 75 (29.69% from 255) = 48.7%

R = 12.99%
G = 38.31%
B = 48.7%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#143B4B (or 0x143B4B) is known color: Green Vogue. HEX triplet: 14, 3B and 4B. RGB value is (20,59,75). Sum of RGB (Red+Green+Blue) = 20+59+75=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #143B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B4B is #EBC4B4. Grayscale: #313131. Windows color (decimal): -15451317 or 4930324. OLE color: 4930324.

HSL color Cylindrical-coordinate representation of color #143B4B: hue angle of 197.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #143B4B is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 59 75 -
CMYK 0.73 0.21 0 0.71
HSL 197.45º 0.58% 0.19% -
HSV(B) 197.45º 0.73% 0.29% -
XYZ 3.12 3.78 7.22 -
YUV 49.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 20 59 75 0.73 0.21 0 0.71 197.45 0.58 0.19
Hex 14 3B 4B 49 15 0 47 C5 3A 13
Octal 24 73 113 111 25 0 107 305 72 23
Binary 10100 111011 1001011 1001001 10101 0 1000111 11000101 111010 10011

Color Harmonies of #143B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B4B

Black with #143B4B

Text Example


Text Example

White with #143B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143B4B; }

 p { color: rgb(20,59,75); }

 H1.HeaderClassName
 {
   color: #143B4B;
 }
 .AnyTagClassName
 {
   color: #143B4B;
 }
</style>

background-color css

<style>
 a { background-color: #143B4B; }

 a { background-color: rgb(20,59,75); }

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

border-color css

<style>
 span { border-color: #143B4B; }

 span { border-color: rgb(20,59,75); }

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