Html Css Color HEX #12474E Cyprus

📋 copy color: '#12474E'

red 18 ◦ green 71 ◦ blue 78

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

Shades of Cyprus #12474E

Tints of Cyprus #12474E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.71%

R = 10.78%
G = 42.51%
B = 46.71%

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

#12474E (or 0x12474E) is known color: Cyprus. HEX triplet: 12, 47 and 4E. RGB value is (18,71,78). Sum of RGB (Red+Green+Blue) = 18+71+78=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #12474E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12474E is #EDB8B1. Grayscale: #373737. Windows color (decimal): -15579314 or 5130002. OLE color: 5130002.

HSL color Cylindrical-coordinate representation of color #12474E: hue angle of 187º degrees, saturation: 0.62, 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 #12474E is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 71 78 -
CMYK 0.77 0.09 0 0.69
HSL 187º 0.63% 0.19% -
HSV(B) 187º 0.77% 0.31% -
XYZ 3.88 5.19 8 -
YUV 55.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 18 71 78 0.77 0.09 0 0.69 187 0.63 0.19
Hex 12 47 4E 4D 9 0 45 BB 3E 13
Octal 22 107 116 115 11 0 105 273 76 23
Binary 10010 1000111 1001110 1001101 1001 0 1000101 10111011 111110 10011

Color Harmonies of #12474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12474E

Black with #12474E

Text Example


Text Example

White with #12474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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