Html Css Color HEX #084245 Cyprus

📋 copy color: '#084245'

red 8 ◦ green 66 ◦ blue 69

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

Shades of Cyprus #084245

Tints of Cyprus #084245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.15%

 BLUE value IS 69 (27.34% from 255) = 48.25%

R = 5.59%
G = 46.15%
B = 48.25%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#084245 (or 0x084245) is known color: Cyprus. HEX triplet: 08, 42 and 45. RGB value is (8,66,69). Sum of RGB (Red+Green+Blue) = 8+66+69=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #084245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084245 is #F7BDBA. Grayscale: #303030. Windows color (decimal): -16235963 or 4538888. OLE color: 4538888.

HSL color Cylindrical-coordinate representation of color #084245: hue angle of 182.95º 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 #084245 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 66 69 -
CMYK 0.88 0.04 0 0.73
HSL 182.95º 0.79% 0.15% -
HSV(B) 182.95º 0.88% 0.27% -
XYZ 3.12 4.38 6.31 -
YUV 49 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 8 66 69 0.88 0.04 0 0.73 182.95 0.79 0.15
Hex 8 42 45 58 4 0 49 B7 4F F
Octal 10 102 105 130 4 0 111 267 117 17
Binary 1000 1000010 1000101 1011000 100 0 1001001 10110111 1001111 1111

Color Harmonies of #084245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084245

Black with #084245

Text Example


Text Example

White with #084245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084245; }

 p { color: rgb(8,66,69); }

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

background-color css

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

 a { background-color: rgb(8,66,69); }

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

border-color css

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

 span { border-color: rgb(8,66,69); }

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