#083942

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

Shades of Cyprus #083942

Tints of Cyprus #083942

Color information

#083942 (or 0x083942) is unknown color: approx Cyprus. HEX triplet: 08, 39 and 42. RGB value is (8,57,66). Sum of RGB (Red+Green+Blue) = 8+57+66=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #083942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083942 is #F7C6BD. Grayscale: #2B2B2B. Windows color (decimal): -16238270 or 4339976. OLE color: 4339976.

HSL color Cylindrical-coordinate representation of color #083942: hue angle of 189.31º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083942 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB85766-
CMYK0.880.1400.74
HSL189.31º78.38%14.51%-
HSV(B)189.31º87.88%25.88%-
XYZ2.553.375.67-
YUV43.38140.77102.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 57 (22.66% from 255) = 43.51%
BLUE value IS 66 (26.17% from 255) = 50.38%
R=6.11%
G=43.51%
B=50.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal857660.880.1400.74189.3178.3814.51
Hex8394258E04Abd4ef
Octal107110213016011227511617
Binary1000111001100001010110001110010010101011110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083942; }

 p { color: rgb(8,57,66); }

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

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

 a { background-color: rgb(8,57,66); }

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

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

 span { border-color: rgb(8,57,66); }

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