Html Css Color HEX #124651 Cyprus

📋 copy color: '#124651'

red 18 ◦ green 70 ◦ blue 81

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

Shades of Cyprus #124651

Tints of Cyprus #124651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.93%

R = 10.65%
G = 41.42%
B = 47.93%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#124651 (or 0x124651) is known color: Cyprus. HEX triplet: 12, 46 and 51. RGB value is (18,70,81). Sum of RGB (Red+Green+Blue) = 18+70+81=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #124651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124651 is #EDB9AE. Grayscale: #373737. Windows color (decimal): -15579567 or 5326354. OLE color: 5326354.

HSL color Cylindrical-coordinate representation of color #124651: hue angle of 190.48º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124651 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 70 81 -
CMYK 0.78 0.14 0 0.68
HSL 190.48º 0.64% 0.19% -
HSV(B) 190.48º 0.78% 0.32% -
XYZ 3.92 5.1 8.56 -
YUV 55.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 18 70 81 0.78 0.14 0 0.68 190.48 0.64 0.19
Hex 12 46 51 4E E 0 44 BE 40 13
Octal 22 106 121 116 16 0 104 276 100 23
Binary 10010 1000110 1010001 1001110 1110 0 1000100 10111110 1000000 10011

Color Harmonies of #124651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124651

Black with #124651

Text Example


Text Example

White with #124651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124651; }

 p { color: rgb(18,70,81); }

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

background-color css

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

 a { background-color: rgb(18,70,81); }

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

border-color css

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

 span { border-color: rgb(18,70,81); }

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