#02393C

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

Shades of Cyprus #02393C

Tints of Cyprus #02393C

Color information

#02393C (or 0x02393C) is unknown color: approx Cyprus. HEX triplet: 02, 39 and 3C. RGB value is (2,57,60). Sum of RGB (Red+Green+Blue) = 2+57+60=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #02393C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02393C is #FDC6C3. Grayscale: #282828. Windows color (decimal): -16631492 or 3946754. OLE color: 3946754.

HSL color Cylindrical-coordinate representation of color #02393C: hue angle of 183.1º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02393C is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB25760-
CMYK0.970.0500.76
HSL183.1º93.55%12.16%-
HSV(B)183.1º96.67%23.53%-
XYZ2.33.274.78-
YUV40.9138.78100.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 57 (22.66% from 255) = 47.90%
BLUE value IS 60 (23.83% from 255) = 50.42%
R=1.68%
G=47.90%
B=50.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal257600.970.0500.76183.193.5512.16
Hex2393C61504Cb75ec
Octal271741415011426713614
Binary101110011111001100001101010011001011011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02393C; }

 p { color: rgb(2,57,60); }

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

<style>
 a { background-color: #02393C; }

 a { background-color: rgb(2,57,60); }

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

<style>
 span { border-color: #02393C; }

 span { border-color: rgb(2,57,60); }

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