Html Css Color HEX #083B41 Cyprus

📋 copy color: '#083B41'

red 8 ◦ green 59 ◦ blue 65

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

Shades of Cyprus #083B41

Tints of Cyprus #083B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 44.7%

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

R = 6.06%
G = 44.7%
B = 49.24%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 8 59 65 -
CMYK 0.88 0.09 0 0.75
HSL 186.32º 0.78% 0.14% -
HSV(B) 186.32º 0.88% 0.25% -
XYZ 2.62 3.56 5.55 -
YUV 44.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 8 59 65 0.88 0.09 0 0.75 186.32 0.78 0.14
Hex 8 3B 41 58 9 0 4B BA 4E E
Octal 10 73 101 130 11 0 113 272 116 16
Binary 1000 111011 1000001 1011000 1001 0 1001011 10111010 1001110 1110

Color Harmonies of #083B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B41

Black with #083B41

Text Example


Text Example

White with #083B41

Text Example


Text Example

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