Html Css Color HEX #154B4C Cyprus

📋 copy color: '#154B4C'

red 21 ◦ green 75 ◦ blue 76

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

Shades of Cyprus #154B4C

Tints of Cyprus #154B4C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.6%

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

R = 12.21%
G = 43.6%
B = 44.19%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#154B4C (or 0x154B4C) is known color: Cyprus. HEX triplet: 15, 4B and 4C. RGB value is (21,75,76). Sum of RGB (Red+Green+Blue) = 21+75+76=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #154B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B4C is #EAB4B3. Grayscale: #3A3A3A. Windows color (decimal): -15381684 or 4999957. OLE color: 4999957.

HSL color Cylindrical-coordinate representation of color #154B4C: hue angle of 181.09º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154B4C is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 75 76 -
CMYK 0.72 0.01 0 0.70
HSL 181.09º 0.57% 0.19% -
HSV(B) 181.09º 0.72% 0.3% -
XYZ 4.13 5.71 7.72 -
YUV 58.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 21 75 76 0.72 0.01 0 0.70 181.09 0.57 0.19
Hex 15 4B 4C 48 1 0 46 B5 39 13
Octal 25 113 114 110 1 0 106 265 71 23
Binary 10101 1001011 1001100 1001000 1 0 1000110 10110101 111001 10011

Color Harmonies of #154B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154B4C

Black with #154B4C

Text Example


Text Example

White with #154B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154B4C; }

 p { color: rgb(21,75,76); }

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

background-color css

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

 a { background-color: rgb(21,75,76); }

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

border-color css

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

 span { border-color: rgb(21,75,76); }

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