Html Css Color HEX #10597D Orient

📋 copy color: '#10597D'

red 16 ◦ green 89 ◦ blue 125

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

Shades of Orient #10597D

Tints of Orient #10597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.35%

R = 6.96%
G = 38.7%
B = 54.35%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10597D (or 0x10597D) is known color: Orient. HEX triplet: 10, 59 and 7D. RGB value is (16,89,125). Sum of RGB (Red+Green+Blue) = 16+89+125=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #10597D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10597D is #EFA682. Grayscale: #474747. Windows color (decimal): -15705731 or 8214800. OLE color: 8214800.

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

Color convert

RGB 16 89 125 -
CMYK 0.87 0.29 0 0.51
HSL 199.82º 0.77% 0.28% -
HSV(B) 199.82º 0.87% 0.49% -
XYZ 7.49 8.74 20.69 -
YUV 71.28 158.32 88.57 -
System Red Green Blue C M Y K H S L
Decimal 16 89 125 0.87 0.29 0 0.51 199.82 0.77 0.28
Hex 10 59 7D 57 1D 0 33 C8 4D 1C
Octal 20 131 175 127 35 0 63 310 115 34
Binary 10000 1011001 1111101 1010111 11101 0 110011 11001000 1001101 11100

Color Harmonies of #10597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10597D

Black with #10597D

Text Example


Text Example

White with #10597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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