Html Css Color HEX #083F44 Cyprus

📋 copy color: '#083F44'

red 8 ◦ green 63 ◦ blue 68

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

Shades of Cyprus #083F44

Tints of Cyprus #083F44

RGB

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

 GREEN value IS 63 (25% from 255) = 45.32%

 BLUE value IS 68 (26.95% from 255) = 48.92%

R = 5.76%
G = 45.32%
B = 48.92%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#083F44 (or 0x083F44) is known color: Cyprus. HEX triplet: 08, 3F and 44. RGB value is (8,63,68). Sum of RGB (Red+Green+Blue) = 8+63+68=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #083F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F44 is #F7C0BB. Grayscale: #2F2F2F. Windows color (decimal): -16236732 or 4472584. OLE color: 4472584.

HSL color Cylindrical-coordinate representation of color #083F44: hue angle of 185º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083F44 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 63 68 -
CMYK 0.88 0.07 0 0.73
HSL 185º 0.79% 0.15% -
HSV(B) 185º 0.88% 0.27% -
XYZ 2.92 4.02 6.09 -
YUV 47.13 139.78 100.09 -
System Red Green Blue C M Y K H S L
Decimal 8 63 68 0.88 0.07 0 0.73 185 0.79 0.15
Hex 8 3F 44 58 7 0 49 B9 4F F
Octal 10 77 104 130 7 0 111 271 117 17
Binary 1000 111111 1000100 1011000 111 0 1001001 10111001 1001111 1111

Color Harmonies of #083F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F44

Black with #083F44

Text Example


Text Example

White with #083F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,63,68); }

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

background-color css

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

 a { background-color: rgb(8,63,68); }

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

border-color css

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

 span { border-color: rgb(8,63,68); }

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