Html Css Color HEX #084244 Cyprus

📋 copy color: '#084244'

red 8 ◦ green 66 ◦ blue 68

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

Shades of Cyprus #084244

Tints of Cyprus #084244

RGB

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

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

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

R = 5.63%
G = 46.48%
B = 47.89%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#084244 (or 0x084244) is known color: Cyprus. HEX triplet: 08, 42 and 44. RGB value is (8,66,68). Sum of RGB (Red+Green+Blue) = 8+66+68=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #084244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084244 is #F7BDBB. Grayscale: #303030. Windows color (decimal): -16235964 or 4473352. OLE color: 4473352.

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

Color convert

RGB 8 66 68 -
CMYK 0.88 0.03 0 0.73
HSL 182º 0.79% 0.15% -
HSV(B) 182º 0.88% 0.27% -
XYZ 3.09 4.37 6.15 -
YUV 48.89 138.78 98.84 -
System Red Green Blue C M Y K H S L
Decimal 8 66 68 0.88 0.03 0 0.73 182 0.79 0.15
Hex 8 42 44 58 3 0 49 B6 4F F
Octal 10 102 104 130 3 0 111 266 117 17
Binary 1000 1000010 1000100 1011000 11 0 1001001 10110110 1001111 1111

Color Harmonies of #084244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084244

Black with #084244

Text Example


Text Example

White with #084244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084244; }

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

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

background-color css

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

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

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

border-color css

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

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

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