Html Css Color HEX #0C494D Cyprus

📋 copy color: '#0C494D'

red 12 ◦ green 73 ◦ blue 77

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

Shades of Cyprus #0C494D

Tints of Cyprus #0C494D

RGB

 RED value IS 12 (5.08% from 255) = 7.41%

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

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

R = 7.41%
G = 45.06%
B = 47.53%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C494D (or 0x0C494D) is known color: Cyprus. HEX triplet: 0C, 49 and 4D. RGB value is (12,73,77). Sum of RGB (Red+Green+Blue) = 12+73+77=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C494D is #F3B6B2. Grayscale: #373737. Windows color (decimal): -15972019 or 5064972. OLE color: 5064972.

HSL color Cylindrical-coordinate representation of color #0C494D: hue angle of 183.69º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C494D is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 73 77 -
CMYK 0.84 0.05 0 0.70
HSL 183.69º 0.73% 0.17% -
HSV(B) 183.69º 0.84% 0.3% -
XYZ 3.87 5.38 7.86 -
YUV 55.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 12 73 77 0.84 0.05 0 0.70 183.69 0.73 0.17
Hex C 49 4D 54 5 0 46 B8 49 11
Octal 14 111 115 124 5 0 106 270 111 21
Binary 1100 1001001 1001101 1010100 101 0 1000110 10111000 1001001 10001

Color Harmonies of #0C494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C494D

Black with #0C494D

Text Example


Text Example

White with #0C494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C494D; }

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

 H1.HeaderClassName
 {
   color: #0C494D;
 }
 .AnyTagClassName
 {
   color: #0C494D;
 }
</style>

background-color css

<style>
 a { background-color: #0C494D; }

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

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

border-color css

<style>
 span { border-color: #0C494D; }

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

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