Html Css Color HEX #083A41 Cyprus

📋 copy color: '#083A41'

red 8 ◦ green 58 ◦ blue 65

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

Shades of Cyprus #083A41

Tints of Cyprus #083A41

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 value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083A41 (or 0x083A41) is known color: 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

RGB 8 58 65 -
CMYK 0.88 0.11 0 0.75
HSL 187.37º 0.78% 0.14% -
HSV(B) 187.37º 0.88% 0.25% -
XYZ 2.57 3.46 5.53 -
YUV 43.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 8 58 65 0.88 0.11 0 0.75 187.37 0.78 0.14
Hex 8 3A 41 58 B 0 4B BB 4E E
Octal 10 72 101 130 13 0 113 273 116 16
Binary 1000 111010 1000001 1011000 1011 0 1001011 10111011 1001110 1110

Color Harmonies of #083A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A41

Black with #083A41

Text Example


Text Example

White with #083A41

Text Example


Text Example

HTML Codes & Css Web 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>