Html Css Color HEX #144648 Cyprus

📋 copy color: '#144648'

red 20 ◦ green 70 ◦ blue 72

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

Shades of Cyprus #144648

Tints of Cyprus #144648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.21%

 BLUE value IS 72 (28.52% from 255) = 44.44%

R = 12.35%
G = 43.21%
B = 44.44%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#144648 (or 0x144648) is known color: Cyprus. HEX triplet: 14, 46 and 48. RGB value is (20,70,72). Sum of RGB (Red+Green+Blue) = 20+70+72=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #144648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144648 is #EBB9B7. Grayscale: #373737. Windows color (decimal): -15448504 or 4736532. OLE color: 4736532.

HSL color Cylindrical-coordinate representation of color #144648: hue angle of 182.31º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144648 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 70 72 -
CMYK 0.72 0.03 0 0.72
HSL 182.31º 0.57% 0.18% -
HSV(B) 182.31º 0.72% 0.28% -
XYZ 3.65 5 6.9 -
YUV 55.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 20 70 72 0.72 0.03 0 0.72 182.31 0.57 0.18
Hex 14 46 48 48 3 0 48 B6 39 12
Octal 24 106 110 110 3 0 110 266 71 22
Binary 10100 1000110 1001000 1001000 11 0 1001000 10110110 111001 10010

Color Harmonies of #144648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144648

Black with #144648

Text Example


Text Example

White with #144648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144648; }

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

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

background-color css

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

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

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

border-color css

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

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

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