Html Css Color HEX #088569 Observatory

📋 copy color: '#088569'

red 8 ◦ green 133 ◦ blue 105

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

Shades of Observatory #088569

Tints of Observatory #088569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.07%

 BLUE value IS 105 (41.41% from 255) = 42.68%

R = 3.25%
G = 54.07%
B = 42.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#088569 (or 0x088569) is known color: Observatory. HEX triplet: 08, 85 and 69. RGB value is (8,133,105). Sum of RGB (Red+Green+Blue) = 8+133+105=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #088569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088569 is #F77A96. Grayscale: #5C5C5C. Windows color (decimal): -16218775 or 6915336. OLE color: 6915336.

HSL color Cylindrical-coordinate representation of color #088569: hue angle of 166.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088569 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 133 105 -
CMYK 0.94 0 0.21 0.48
HSL 166.56º 0.89% 0.28% -
HSV(B) 166.56º 0.94% 0.52% -
XYZ 11.04 17.85 16.23 -
YUV 92.43 135.09 67.78 -
System Red Green Blue C M Y K H S L
Decimal 8 133 105 0.94 0 0.21 0.48 166.56 0.89 0.28
Hex 8 85 69 5E 0 15 30 A7 59 1C
Octal 10 205 151 136 0 25 60 247 131 34
Binary 1000 10000101 1101001 1011110 0 10101 110000 10100111 1011001 11100

Color Harmonies of #088569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088569

Black with #088569

Text Example


Text Example

White with #088569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088569; }

 p { color: rgb(8,133,105); }

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

background-color css

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

 a { background-color: rgb(8,133,105); }

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

border-color css

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

 span { border-color: rgb(8,133,105); }

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