Html Css Color HEX #124347 Cyprus

📋 copy color: '#124347'

red 18 ◦ green 67 ◦ blue 71

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

Shades of Cyprus #124347

Tints of Cyprus #124347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 45.51%

R = 11.54%
G = 42.95%
B = 45.51%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#124347 (or 0x124347) is known color: Cyprus. HEX triplet: 12, 43 and 47. RGB value is (18,67,71). Sum of RGB (Red+Green+Blue) = 18+67+71=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #124347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124347 is #EDBCB8. Grayscale: #343434. Windows color (decimal): -15580345 or 4670226. OLE color: 4670226.

HSL color Cylindrical-coordinate representation of color #124347: hue angle of 184.53º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124347 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 67 71 -
CMYK 0.75 0.06 0 0.72
HSL 184.53º 0.6% 0.17% -
HSV(B) 184.53º 0.75% 0.28% -
XYZ 3.39 4.6 6.67 -
YUV 52.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 18 67 71 0.75 0.06 0 0.72 184.53 0.6 0.17
Hex 12 43 47 4B 6 0 48 B9 3C 11
Octal 22 103 107 113 6 0 110 271 74 21
Binary 10010 1000011 1000111 1001011 110 0 1001000 10111001 111100 10001

Color Harmonies of #124347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124347

Black with #124347

Text Example


Text Example

White with #124347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124347; }

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

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

background-color css

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

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

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

border-color css

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

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

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