Html Css Color HEX #14484E Cyprus

📋 copy color: '#14484E'

red 20 ◦ green 72 ◦ blue 78

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

Shades of Cyprus #14484E

Tints of Cyprus #14484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.35%

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

R = 11.76%
G = 42.35%
B = 45.88%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14484E (or 0x14484E) is known color: Cyprus. HEX triplet: 14, 48 and 4E. RGB value is (20,72,78). Sum of RGB (Red+Green+Blue) = 20+72+78=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #14484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14484E is #EBB7B1. Grayscale: #393939. Windows color (decimal): -15447986 or 5130260. OLE color: 5130260.

HSL color Cylindrical-coordinate representation of color #14484E: hue angle of 186.21º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14484E is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 72 78 -
CMYK 0.74 0.08 0 0.69
HSL 186.21º 0.59% 0.19% -
HSV(B) 186.21º 0.74% 0.31% -
XYZ 3.98 5.33 8.03 -
YUV 57.14 139.77 101.51 -
System Red Green Blue C M Y K H S L
Decimal 20 72 78 0.74 0.08 0 0.69 186.21 0.59 0.19
Hex 14 48 4E 4A 8 0 45 BA 3B 13
Octal 24 110 116 112 10 0 105 272 73 23
Binary 10100 1001000 1001110 1001010 1000 0 1000101 10111010 111011 10011

Color Harmonies of #14484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14484E

Black with #14484E

Text Example


Text Example

White with #14484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14484E; }

 p { color: rgb(20,72,78); }

 H1.HeaderClassName
 {
   color: #14484E;
 }
 .AnyTagClassName
 {
   color: #14484E;
 }
</style>

background-color css

<style>
 a { background-color: #14484E; }

 a { background-color: rgb(20,72,78); }

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

border-color css

<style>
 span { border-color: #14484E; }

 span { border-color: rgb(20,72,78); }

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