#083B42

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

Shades of Cyprus #083B42

Tints of Cyprus #083B42

Color information

#083B42 (or 0x083B42) is unknown color: approx Cyprus. HEX triplet: 08, 3B and 42. RGB value is (8,59,66). Sum of RGB (Red+Green+Blue) = 8+59+66=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #083B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B42 is #F7C4BD. Grayscale: #2C2C2C. Windows color (decimal): -16237758 or 4340488. OLE color: 4340488.

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

Color convert

RGB85966-
CMYK0.880.1100.74
HSL187.24º78.38%14.51%-
HSV(B)187.24º87.88%25.88%-
XYZ2.653.575.7-
YUV44.55140.1101.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 59 (23.44% from 255) = 44.36%
BLUE value IS 66 (26.17% from 255) = 49.62%
R=6.02%
G=44.36%
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.74
SystemRedGreenBlueCMYKHSL
Decimal859660.880.1100.74187.2478.3814.51
Hex83B4258B04Abb4ef
Octal107310213013011227311617
Binary1000111011100001010110001011010010101011101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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