Html Css Color HEX #154850 Cyprus

📋 copy color: '#154850'

red 21 ◦ green 72 ◦ blue 80

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

Shades of Cyprus #154850

Tints of Cyprus #154850

RGB

 RED value IS 21 (8.59% from 255) = 12.14%

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

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

R = 12.14%
G = 41.62%
B = 46.24%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#154850 (or 0x154850) is known color: Cyprus. HEX triplet: 15, 48 and 50. RGB value is (21,72,80). Sum of RGB (Red+Green+Blue) = 21+72+80=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 72 (28.52% from 255 or 41.62% 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 #154850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154850 is #EAB7AF. Grayscale: #393939. Windows color (decimal): -15382448 or 5261333. OLE color: 5261333.

HSL color Cylindrical-coordinate representation of color #154850: hue angle of 188.14º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #154850 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 72 80 -
CMYK 0.74 0.10 0 0.69
HSL 188.14º 0.58% 0.2% -
HSV(B) 188.14º 0.74% 0.31% -
XYZ 4.07 5.37 8.41 -
YUV 57.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 21 72 80 0.74 0.10 0 0.69 188.14 0.58 0.2
Hex 15 48 50 4A A 0 45 BC 3A 14
Octal 25 110 120 112 12 0 105 274 72 24
Binary 10101 1001000 1010000 1001010 1010 0 1000101 10111100 111010 10100

Color Harmonies of #154850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154850

Black with #154850

Text Example


Text Example

White with #154850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154850; }

 p { color: rgb(21,72,80); }

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

background-color css

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

 a { background-color: rgb(21,72,80); }

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

border-color css

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

 span { border-color: rgb(21,72,80); }

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