Html Css Color HEX #10597C Orient

📋 copy color: '#10597C'

red 16 ◦ green 89 ◦ blue 124

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

Shades of Orient #10597C

Tints of Orient #10597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.15%

R = 6.99%
G = 38.86%
B = 54.15%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10597C (or 0x10597C) is known color: Orient. HEX triplet: 10, 59 and 7C. RGB value is (16,89,124). Sum of RGB (Red+Green+Blue) = 16+89+124=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #10597C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10597C is #EFA683. Grayscale: #464646. Windows color (decimal): -15705732 or 8149264. OLE color: 8149264.

HSL color Cylindrical-coordinate representation of color #10597C: hue angle of 199.44º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10597C is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 89 124 -
CMYK 0.87 0.28 0 0.51
HSL 199.44º 0.77% 0.27% -
HSV(B) 199.44º 0.87% 0.49% -
XYZ 7.42 8.71 20.36 -
YUV 71.16 157.82 88.65 -
System Red Green Blue C M Y K H S L
Decimal 16 89 124 0.87 0.28 0 0.51 199.44 0.77 0.27
Hex 10 59 7C 57 1C 0 33 C7 4D 1B
Octal 20 131 174 127 34 0 63 307 115 33
Binary 10000 1011001 1111100 1010111 11100 0 110011 11000111 1001101 11011

Color Harmonies of #10597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10597C

Black with #10597C

Text Example


Text Example

White with #10597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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