Html Css Color HEX #083940 Cyprus

📋 copy color: '#083940'

red 8 ◦ green 57 ◦ blue 64

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

Shades of Cyprus #083940

Tints of Cyprus #083940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.19%

 BLUE value IS 64 (25.39% from 255) = 49.61%

R = 6.2%
G = 44.19%
B = 49.61%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083940 (or 0x083940) is known color: Cyprus. HEX triplet: 08, 39 and 40. RGB value is (8,57,64). Sum of RGB (Red+Green+Blue) = 8+57+64=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #083940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083940 is #F7C6BF. Grayscale: #2B2B2B. Windows color (decimal): -16238272 or 4208904. OLE color: 4208904.

HSL color Cylindrical-coordinate representation of color #083940: hue angle of 187.5º 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 #083940 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 57 64 -
CMYK 0.87 0.11 0 0.75
HSL 187.5º 0.78% 0.14% -
HSV(B) 187.5º 0.88% 0.25% -
XYZ 2.49 3.35 5.37 -
YUV 43.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 8 57 64 0.87 0.11 0 0.75 187.5 0.78 0.14
Hex 8 39 40 57 B 0 4B BC 4E E
Octal 10 71 100 127 13 0 113 274 116 16
Binary 1000 111001 1000000 1010111 1011 0 1001011 10111100 1001110 1110

Color Harmonies of #083940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083940

Black with #083940

Text Example


Text Example

White with #083940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083940; }

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

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

background-color css

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

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

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

border-color css

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

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

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