Html Css Color HEX #125053 Cyprus

📋 copy color: '#125053'

red 18 ◦ green 80 ◦ blue 83

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

Shades of Cyprus #125053

Tints of Cyprus #125053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.86%

R = 9.94%
G = 44.2%
B = 45.86%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#125053 (or 0x125053) is known color: Cyprus. HEX triplet: 12, 50 and 53. RGB value is (18,80,83). Sum of RGB (Red+Green+Blue) = 18+80+83=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #125053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125053 is #EDAFAC. Grayscale: #3D3D3D. Windows color (decimal): -15577005 or 5459986. OLE color: 5459986.

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

Color convert

RGB 18 80 83 -
CMYK 0.78 0.04 0 0.67
HSL 182.77º 0.64% 0.2% -
HSV(B) 182.77º 0.78% 0.33% -
XYZ 4.68 6.49 9.19 -
YUV 61.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 18 80 83 0.78 0.04 0 0.67 182.77 0.64 0.2
Hex 12 50 53 4E 4 0 43 B7 40 14
Octal 22 120 123 116 4 0 103 267 100 24
Binary 10010 1010000 1010011 1001110 100 0 1000011 10110111 1000000 10100

Color Harmonies of #125053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125053

Black with #125053

Text Example


Text Example

White with #125053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125053; }

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

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

background-color css

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

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

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

border-color css

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

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

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