Html Css Color HEX #12464F Cyprus

📋 copy color: '#12464F'

red 18 ◦ green 70 ◦ blue 79

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

Shades of Cyprus #12464F

Tints of Cyprus #12464F

RGB

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

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

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

R = 10.78%
G = 41.92%
B = 47.31%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12464F (or 0x12464F) is known color: Cyprus. HEX triplet: 12, 46 and 4F. RGB value is (18,70,79). Sum of RGB (Red+Green+Blue) = 18+70+79=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #12464F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12464F is #EDB9B0. Grayscale: #373737. Windows color (decimal): -15579569 or 5195282. OLE color: 5195282.

HSL color Cylindrical-coordinate representation of color #12464F: hue angle of 188.85º 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 #12464F is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 70 79 -
CMYK 0.77 0.11 0 0.69
HSL 188.85º 0.63% 0.19% -
HSV(B) 188.85º 0.77% 0.31% -
XYZ 3.85 5.07 8.17 -
YUV 55.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 18 70 79 0.77 0.11 0 0.69 188.85 0.63 0.19
Hex 12 46 4F 4D B 0 45 BD 3F 13
Octal 22 106 117 115 13 0 105 275 77 23
Binary 10010 1000110 1001111 1001101 1011 0 1000101 10111101 111111 10011

Color Harmonies of #12464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12464F

Black with #12464F

Text Example


Text Example

White with #12464F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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