Html Css Color HEX #083E41 Cyprus

📋 copy color: '#083E41'

red 8 ◦ green 62 ◦ blue 65

#083E41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #083E41

Tints of Cyprus #083E41

RGB

 RED value IS 8 (3.52% from 255) = 5.93%

 GREEN value IS 62 (24.61% from 255) = 45.93%

 BLUE value IS 65 (25.78% from 255) = 48.15%

R = 5.93%
G = 45.93%
B = 48.15%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083E41 (or 0x083E41) is known color: Cyprus. HEX triplet: 08, 3E and 41. RGB value is (8,62,65). Sum of RGB (Red+Green+Blue) = 8+62+65=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #083E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083E41 is #F7C1BE. Grayscale: #2E2E2E. Windows color (decimal): -16236991 or 4275720. OLE color: 4275720.

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

Color convert

RGB 8 62 65 -
CMYK 0.88 0.05 0 0.75
HSL 183.16º 0.78% 0.14% -
HSV(B) 183.16º 0.88% 0.25% -
XYZ 2.78 3.88 5.6 -
YUV 46.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 8 62 65 0.88 0.05 0 0.75 183.16 0.78 0.14
Hex 8 3E 41 58 5 0 4B B7 4E E
Octal 10 76 101 130 5 0 113 267 116 16
Binary 1000 111110 1000001 1011000 101 0 1001011 10110111 1001110 1110

Color Harmonies of #083E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083E41

Black with #083E41

Text Example


Text Example

White with #083E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #083E41;
 }
 .AnyTagClassName
 {
   color: #083E41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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