Html Css Color HEX #124349 Cyprus

📋 copy color: '#124349'

red 18 ◦ green 67 ◦ blue 73

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

Shades of Cyprus #124349

Tints of Cyprus #124349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.41%

 BLUE value IS 73 (28.91% from 255) = 46.2%

R = 11.39%
G = 42.41%
B = 46.2%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#124349 (or 0x124349) is known color: Cyprus. HEX triplet: 12, 43 and 49. RGB value is (18,67,73). Sum of RGB (Red+Green+Blue) = 18+67+73=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #124349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124349 is #EDBCB6. Grayscale: #343434. Windows color (decimal): -15580343 or 4801298. OLE color: 4801298.

HSL color Cylindrical-coordinate representation of color #124349: hue angle of 186.55º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124349 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 67 73 -
CMYK 0.75 0.08 0 0.71
HSL 186.55º 0.6% 0.18% -
HSV(B) 186.55º 0.75% 0.29% -
XYZ 3.46 4.62 7.01 -
YUV 53.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 18 67 73 0.75 0.08 0 0.71 186.55 0.6 0.18
Hex 12 43 49 4B 8 0 47 BB 3C 12
Octal 22 103 111 113 10 0 107 273 74 22
Binary 10010 1000011 1001001 1001011 1000 0 1000111 10111011 111100 10010

Color Harmonies of #124349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124349

Black with #124349

Text Example


Text Example

White with #124349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124349; }

 p { color: rgb(18,67,73); }

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

background-color css

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

 a { background-color: rgb(18,67,73); }

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

border-color css

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

 span { border-color: rgb(18,67,73); }

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