Html Css Color HEX #125054 Cyprus

📋 copy color: '#125054'

red 18 ◦ green 80 ◦ blue 84

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

Shades of Cyprus #125054

Tints of Cyprus #125054

RGB

 RED value IS 18 (7.42% from 255) = 9.89%

 GREEN value IS 80 (31.64% from 255) = 43.96%

 BLUE value IS 84 (33.2% from 255) = 46.15%

R = 9.89%
G = 43.96%
B = 46.15%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#125054 (or 0x125054) is known color: Cyprus. HEX triplet: 12, 50 and 54. RGB value is (18,80,84). Sum of RGB (Red+Green+Blue) = 18+80+84=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #125054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125054 is #EDAFAB. Grayscale: #3D3D3D. Windows color (decimal): -15577004 or 5525522. OLE color: 5525522.

HSL color Cylindrical-coordinate representation of color #125054: hue angle of 183.64º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125054 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 80 84 -
CMYK 0.79 0.05 0 0.67
HSL 183.64º 0.65% 0.2% -
HSV(B) 183.64º 0.79% 0.33% -
XYZ 4.72 6.51 9.39 -
YUV 61.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 18 80 84 0.79 0.05 0 0.67 183.64 0.65 0.2
Hex 12 50 54 4F 5 0 43 B8 41 14
Octal 22 120 124 117 5 0 103 270 101 24
Binary 10010 1010000 1010100 1001111 101 0 1000011 10111000 1000001 10100

Color Harmonies of #125054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125054

Black with #125054

Text Example


Text Example

White with #125054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125054; }

 p { color: rgb(18,80,84); }

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

background-color css

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

 a { background-color: rgb(18,80,84); }

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

border-color css

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

 span { border-color: rgb(18,80,84); }

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