Html Css Color HEX #105873 Orient

📋 copy color: '#105873'

red 16 ◦ green 88 ◦ blue 115

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

Shades of Orient #105873

Tints of Orient #105873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.18%

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 7.31%
G = 40.18%
B = 52.51%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#105873 (or 0x105873) is known color: Orient. HEX triplet: 10, 58 and 73. RGB value is (16,88,115). Sum of RGB (Red+Green+Blue) = 16+88+115=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #105873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105873 is #EFA78C. Grayscale: #454545. Windows color (decimal): -15705997 or 7559184. OLE color: 7559184.

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

Color convert

RGB 16 88 115 -
CMYK 0.86 0.23 0 0.55
HSL 196.36º 0.76% 0.26% -
HSV(B) 196.36º 0.86% 0.45% -
XYZ 6.8 8.33 17.47 -
YUV 69.55 153.65 89.8 -
System Red Green Blue C M Y K H S L
Decimal 16 88 115 0.86 0.23 0 0.55 196.36 0.76 0.26
Hex 10 58 73 56 17 0 37 C4 4C 1A
Octal 20 130 163 126 27 0 67 304 114 32
Binary 10000 1011000 1110011 1010110 10111 0 110111 11000100 1001100 11010

Color Harmonies of #105873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105873

Black with #105873

Text Example


Text Example

White with #105873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105873; }

 p { color: rgb(16,88,115); }

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

background-color css

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

 a { background-color: rgb(16,88,115); }

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

border-color css

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

 span { border-color: rgb(16,88,115); }

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