Html Css Color HEX #018567 Observatory

📋 copy color: '#018567'

red 1 ◦ green 133 ◦ blue 103

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

Shades of Observatory #018567

Tints of Observatory #018567

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

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

 BLUE value IS 103 (40.63% from 255) = 43.46%

R = 0.42%
G = 56.12%
B = 43.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#018567 (or 0x018567) is known color: Observatory. HEX triplet: 01, 85 and 67. RGB value is (1,133,103). Sum of RGB (Red+Green+Blue) = 1+133+103=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #018567 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018567 is #FE7A98. Grayscale: #5A5A5A. Windows color (decimal): -16677529 or 6784257. OLE color: 6784257.

HSL color Cylindrical-coordinate representation of color #018567: hue angle of 166.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018567 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 103 -
CMYK 0.99 0 0.23 0.48
HSL 166.36º 0.99% 0.26% -
HSV(B) 166.36º 0.99% 0.52% -
XYZ 10.85 17.76 15.69 -
YUV 90.11 135.27 64.44 -
System Red Green Blue C M Y K H S L
Decimal 1 133 103 0.99 0 0.23 0.48 166.36 0.99 0.26
Hex 1 85 67 63 0 17 30 A6 63 1A
Octal 1 205 147 143 0 27 60 246 143 32
Binary 1 10000101 1100111 1100011 0 10111 110000 10100110 1100011 11010

Color Harmonies of #018567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018567

Black with #018567

Text Example


Text Example

White with #018567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018567; }

 p { color: rgb(1,133,103); }

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

background-color css

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

 a { background-color: rgb(1,133,103); }

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

border-color css

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

 span { border-color: rgb(1,133,103); }

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