Html Css Color HEX #083C41 Cyprus

📋 copy color: '#083C41'

red 8 ◦ green 60 ◦ blue 65

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

Shades of Cyprus #083C41

Tints of Cyprus #083C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.11%

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

R = 6.02%
G = 45.11%
B = 48.87%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083C41 (or 0x083C41) is known color: Cyprus. HEX triplet: 08, 3C and 41. RGB value is (8,60,65). Sum of RGB (Red+Green+Blue) = 8+60+65=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #083C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083C41 is #F7C3BE. Grayscale: #2C2C2C. Windows color (decimal): -16237503 or 4275208. OLE color: 4275208.

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

Color convert

RGB 8 60 65 -
CMYK 0.88 0.08 0 0.75
HSL 185.26º 0.78% 0.14% -
HSV(B) 185.26º 0.88% 0.25% -
XYZ 2.67 3.66 5.57 -
YUV 45.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 8 60 65 0.88 0.08 0 0.75 185.26 0.78 0.14
Hex 8 3C 41 58 8 0 4B B9 4E E
Octal 10 74 101 130 10 0 113 271 116 16
Binary 1000 111100 1000001 1011000 1000 0 1001011 10111001 1001110 1110

Color Harmonies of #083C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C41

Black with #083C41

Text Example


Text Example

White with #083C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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