#083A41

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

Shades of Cyprus #083A41

Tints of Cyprus #083A41

Color information

#083A41 (or 0x083A41) is unknown color: approx Cyprus. HEX triplet: 08, 3A and 41. RGB value is (8,58,65). Sum of RGB (Red+Green+Blue) = 8+58+65=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #083A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083A41 is #F7C5BE. Grayscale: #2B2B2B. Windows color (decimal): -16238015 or 4274696. OLE color: 4274696.

HSL color Cylindrical-coordinate representation of color #083A41: hue angle of 187.37º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083A41 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB85865-
CMYK0.880.1100.75
HSL187.37º78.08%14.31%-
HSV(B)187.37º87.69%25.49%-
XYZ2.573.465.53-
YUV43.85139.94102.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 58 (23.05% from 255) = 44.27%
BLUE value IS 65 (25.78% from 255) = 49.62%
R=6.11%
G=44.27%
B=49.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal858650.880.1100.75187.3778.0814.31
Hex83A4158B04Bbb4ee
Octal107210113013011327311616
Binary1000111010100000110110001011010010111011101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083A41; }

 p { color: rgb(8,58,65); }

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

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

 a { background-color: rgb(8,58,65); }

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

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

 span { border-color: rgb(8,58,65); }

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