#0C393B

Color #0C393B Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0C393B

Tints of Cyprus #0C393B

Color information

#0C393B (or 0x0C393B) is unknown color: approx Cyprus. HEX triplet: 0C, 39 and 3B. RGB value is (12,57,59). Sum of RGB (Red+Green+Blue) = 12+57+59=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C393B is #F3C6C4. Grayscale: #2B2B2B. Windows color (decimal): -15976133 or 3881228. OLE color: 3881228.

HSL color Cylindrical-coordinate representation of color #0C393B: hue angle of 182.55º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C393B is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB125759-
CMYK0.800.0300.77
HSL182.55º66.2%13.92%-
HSV(B)182.55º79.66%23.14%-
XYZ2.43.324.65-
YUV43.77136.59105.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.38%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 59 (23.44% from 255) = 46.09%
R=9.38%
G=44.53%
B=46.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1257590.800.0300.77182.5566.213.92
HexC393B50304Db742e
Octal1471731203011526710216
Binary1100111001111011101000011010011011011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,57,59); }

 H1.HeaderClassName
 {
   color: #0C393B;
 }
 .AnyTagClassName
 {
   color: #0C393B;
 }
</style>
background-color css

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

 a { background-color: rgb(12,57,59); }

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

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

 span { border-color: rgb(12,57,59); }

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