Html Css Color HEX #01907B Observatory

📋 copy color: '#01907B'

red 1 ◦ green 144 ◦ blue 123

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

Shades of Observatory #01907B

Tints of Observatory #01907B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.73%

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 0.37%
G = 53.73%
B = 45.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#01907B (or 0x01907B) is known color: Observatory. HEX triplet: 01, 90 and 7B. RGB value is (1,144,123). Sum of RGB (Red+Green+Blue) = 1+144+123=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #01907B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01907B is #FE6F84. Grayscale: #626262. Windows color (decimal): -16674693 or 8097793. OLE color: 8097793.

HSL color Cylindrical-coordinate representation of color #01907B: hue angle of 171.19º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01907B is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 123 -
CMYK 0.99 0 0.15 0.44
HSL 171.19º 0.99% 0.28% -
HSV(B) 171.19º 0.99% 0.56% -
XYZ 13.56 21.38 22.15 -
YUV 98.85 141.62 58.21 -
System Red Green Blue C M Y K H S L
Decimal 1 144 123 0.99 0 0.15 0.44 171.19 0.99 0.28
Hex 1 90 7B 63 0 F 2C AB 63 1C
Octal 1 220 173 143 0 17 54 253 143 34
Binary 1 10010000 1111011 1100011 0 1111 101100 10101011 1100011 11100

Color Harmonies of #01907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01907B

Black with #01907B

Text Example


Text Example

White with #01907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01907B; }

 p { color: rgb(1,144,123); }

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

background-color css

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

 a { background-color: rgb(1,144,123); }

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

border-color css

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

 span { border-color: rgb(1,144,123); }

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