Html Css Color HEX #105976 Orient

📋 copy color: '#105976'

red 16 ◦ green 89 ◦ blue 118

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

Shades of Orient #105976

Tints of Orient #105976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.91%

R = 7.17%
G = 39.91%
B = 52.91%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#105976 (or 0x105976) is known color: Orient. HEX triplet: 10, 59 and 76. RGB value is (16,89,118). Sum of RGB (Red+Green+Blue) = 16+89+118=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #105976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105976 is #EFA689. Grayscale: #464646. Windows color (decimal): -15705738 or 7756048. OLE color: 7756048.

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

Color convert

RGB 16 89 118 -
CMYK 0.86 0.25 0 0.54
HSL 197.06º 0.76% 0.26% -
HSV(B) 197.06º 0.86% 0.46% -
XYZ 7.06 8.56 18.42 -
YUV 70.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 16 89 118 0.86 0.25 0 0.54 197.06 0.76 0.26
Hex 10 59 76 56 19 0 36 C5 4C 1A
Octal 20 131 166 126 31 0 66 305 114 32
Binary 10000 1011001 1110110 1010110 11001 0 110110 11000101 1001100 11010

Color Harmonies of #105976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105976

Black with #105976

Text Example


Text Example

White with #105976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105976; }

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

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

background-color css

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

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

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

border-color css

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

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

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