Html Css Color HEX #12484F Cyprus

📋 copy color: '#12484F'

red 18 ◦ green 72 ◦ blue 79

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

Shades of Cyprus #12484F

Tints of Cyprus #12484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.6%

 BLUE value IS 79 (31.25% from 255) = 46.75%

R = 10.65%
G = 42.6%
B = 46.75%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12484F (or 0x12484F) is known color: Cyprus. HEX triplet: 12, 48 and 4F. RGB value is (18,72,79). Sum of RGB (Red+Green+Blue) = 18+72+79=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #12484F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12484F is #EDB7B0. Grayscale: #383838. Windows color (decimal): -15579057 or 5195794. OLE color: 5195794.

HSL color Cylindrical-coordinate representation of color #12484F: hue angle of 186.89º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12484F is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 72 79 -
CMYK 0.77 0.09 0 0.69
HSL 186.89º 0.63% 0.19% -
HSV(B) 186.89º 0.77% 0.31% -
XYZ 3.98 5.33 8.22 -
YUV 56.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 18 72 79 0.77 0.09 0 0.69 186.89 0.63 0.19
Hex 12 48 4F 4D 9 0 45 BB 3F 13
Octal 22 110 117 115 11 0 105 273 77 23
Binary 10010 1001000 1001111 1001101 1001 0 1000101 10111011 111111 10011

Color Harmonies of #12484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12484F

Black with #12484F

Text Example


Text Example

White with #12484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12484F; }

 p { color: rgb(18,72,79); }

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

background-color css

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

 a { background-color: rgb(18,72,79); }

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

border-color css

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

 span { border-color: rgb(18,72,79); }

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