Html Css Color HEX #105977 Orient

📋 copy color: '#105977'

red 16 ◦ green 89 ◦ blue 119

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

Shades of Orient #105977

Tints of Orient #105977

RGB

 RED value IS 16 (6.64% from 255) = 7.14%

 GREEN value IS 89 (35.16% from 255) = 39.73%

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 7.14%
G = 39.73%
B = 53.13%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#105977 (or 0x105977) is known color: Orient. HEX triplet: 10, 59 and 77. RGB value is (16,89,119). Sum of RGB (Red+Green+Blue) = 16+89+119=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #105977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105977 is #EFA688. Grayscale: #464646. Windows color (decimal): -15705737 or 7821584. OLE color: 7821584.

HSL color Cylindrical-coordinate representation of color #105977: hue angle of 197.48º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #105977 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 89 119 -
CMYK 0.87 0.25 0 0.53
HSL 197.48º 0.76% 0.26% -
HSV(B) 197.48º 0.87% 0.47% -
XYZ 7.12 8.59 18.74 -
YUV 70.59 155.32 89.06 -
System Red Green Blue C M Y K H S L
Decimal 16 89 119 0.87 0.25 0 0.53 197.48 0.76 0.26
Hex 10 59 77 57 19 0 35 C5 4C 1A
Octal 20 131 167 127 31 0 65 305 114 32
Binary 10000 1011001 1110111 1010111 11001 0 110101 11000101 1001100 11010

Color Harmonies of #105977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105977

Black with #105977

Text Example


Text Example

White with #105977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105977; }

 p { color: rgb(16,89,119); }

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

background-color css

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

 a { background-color: rgb(16,89,119); }

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

border-color css

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

 span { border-color: rgb(16,89,119); }

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