Html Css Color HEX #12474D Cyprus

📋 copy color: '#12474D'

red 18 ◦ green 71 ◦ blue 77

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

Shades of Cyprus #12474D

Tints of Cyprus #12474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.77%

 BLUE value IS 77 (30.47% from 255) = 46.39%

R = 10.84%
G = 42.77%
B = 46.39%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12474D (or 0x12474D) is known color: Cyprus. HEX triplet: 12, 47 and 4D. RGB value is (18,71,77). Sum of RGB (Red+Green+Blue) = 18+71+77=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #12474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12474D is #EDB8B2. Grayscale: #373737. Windows color (decimal): -15579315 or 5064466. OLE color: 5064466.

HSL color Cylindrical-coordinate representation of color #12474D: hue angle of 186.1º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12474D is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 71 77 -
CMYK 0.77 0.08 0 0.70
HSL 186.1º 0.62% 0.19% -
HSV(B) 186.1º 0.77% 0.3% -
XYZ 3.84 5.17 7.82 -
YUV 55.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 18 71 77 0.77 0.08 0 0.70 186.1 0.62 0.19
Hex 12 47 4D 4D 8 0 46 BA 3E 13
Octal 22 107 115 115 10 0 106 272 76 23
Binary 10010 1000111 1001101 1001101 1000 0 1000110 10111010 111110 10011

Color Harmonies of #12474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12474D

Black with #12474D

Text Example


Text Example

White with #12474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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