#083B41

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

Shades of Cyprus #083B41

Tints of Cyprus #083B41

Color information

#083B41 (or 0x083B41) is unknown color: approx Cyprus. HEX triplet: 08, 3B and 41. RGB value is (8,59,65). Sum of RGB (Red+Green+Blue) = 8+59+65=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #083B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B41 is #F7C4BE. Grayscale: #2C2C2C. Windows color (decimal): -16237759 or 4274952. OLE color: 4274952.

HSL color Cylindrical-coordinate representation of color #083B41: hue angle of 186.32º 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 #083B41 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB85965-
CMYK0.880.0900.75
HSL186.32º78.08%14.31%-
HSV(B)186.32º87.69%25.49%-
XYZ2.623.565.55-
YUV44.44139.6102.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 59 (23.44% from 255) = 44.70%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=6.06%
G=44.70%
B=49.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal859650.880.0900.75186.3278.0814.31
Hex83B4158904Bba4ee
Octal107310113011011327211616
Binary1000111011100000110110001001010010111011101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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