Html Css Color HEX #12494D Cyprus

📋 copy color: '#12494D'

red 18 ◦ green 73 ◦ blue 77

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

Shades of Cyprus #12494D

Tints of Cyprus #12494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.45%

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

R = 10.71%
G = 43.45%
B = 45.83%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12494D (or 0x12494D) is known color: Cyprus. HEX triplet: 12, 49 and 4D. RGB value is (18,73,77). Sum of RGB (Red+Green+Blue) = 18+73+77=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #12494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12494D is #EDB6B2. Grayscale: #383838. Windows color (decimal): -15578803 or 5064978. OLE color: 5064978.

HSL color Cylindrical-coordinate representation of color #12494D: hue angle of 184.07º 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 #12494D is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 73 77 -
CMYK 0.77 0.05 0 0.70
HSL 184.07º 0.62% 0.19% -
HSV(B) 184.07º 0.77% 0.3% -
XYZ 3.97 5.43 7.86 -
YUV 57.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 18 73 77 0.77 0.05 0 0.70 184.07 0.62 0.19
Hex 12 49 4D 4D 5 0 46 B8 3E 13
Octal 22 111 115 115 5 0 106 270 76 23
Binary 10010 1001001 1001101 1001101 101 0 1000110 10111000 111110 10011

Color Harmonies of #12494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12494D

Black with #12494D

Text Example


Text Example

White with #12494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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