Html Css Color HEX #10506C Orient

📋 copy color: '#10506C'

red 16 ◦ green 80 ◦ blue 108

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

Shades of Orient #10506C

Tints of Orient #10506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.22%

 BLUE value IS 108 (42.58% from 255) = 52.94%

R = 7.84%
G = 39.22%
B = 52.94%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10506C (or 0x10506C) is known color: Orient. HEX triplet: 10, 50 and 6C. RGB value is (16,80,108). Sum of RGB (Red+Green+Blue) = 16+80+108=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #10506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10506C is #EFAF93. Grayscale: #3F3F3F. Windows color (decimal): -15708052 or 7098384. OLE color: 7098384.

HSL color Cylindrical-coordinate representation of color #10506C: hue angle of 198.26º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10506C is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 80 108 -
CMYK 0.85 0.26 0 0.58
HSL 198.26º 0.74% 0.24% -
HSV(B) 198.26º 0.85% 0.42% -
XYZ 5.79 6.93 15.22 -
YUV 64.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 16 80 108 0.85 0.26 0 0.58 198.26 0.74 0.24
Hex 10 50 6C 55 1A 0 3A C6 4A 18
Octal 20 120 154 125 32 0 72 306 112 30
Binary 10000 1010000 1101100 1010101 11010 0 111010 11000110 1001010 11000

Color Harmonies of #10506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10506C

Black with #10506C

Text Example


Text Example

White with #10506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10506C; }

 p { color: rgb(16,80,108); }

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

background-color css

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

 a { background-color: rgb(16,80,108); }

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

border-color css

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

 span { border-color: rgb(16,80,108); }

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