Html Css Color HEX #10587D Orient

📋 copy color: '#10587D'

red 16 ◦ green 88 ◦ blue 125

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

Shades of Orient #10587D

Tints of Orient #10587D

RGB

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

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

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

R = 6.99%
G = 38.43%
B = 54.59%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10587D (or 0x10587D) is known color: Orient. HEX triplet: 10, 58 and 7D. RGB value is (16,88,125). Sum of RGB (Red+Green+Blue) = 16+88+125=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #10587D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10587D is #EFA782. Grayscale: #464646. Windows color (decimal): -15705987 or 8214544. OLE color: 8214544.

HSL color Cylindrical-coordinate representation of color #10587D: hue angle of 200.37º 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 #10587D is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 88 125 -
CMYK 0.87 0.30 0 0.51
HSL 200.37º 0.77% 0.28% -
HSV(B) 200.37º 0.87% 0.49% -
XYZ 7.41 8.57 20.67 -
YUV 70.69 158.65 88.99 -
System Red Green Blue C M Y K H S L
Decimal 16 88 125 0.87 0.30 0 0.51 200.37 0.77 0.28
Hex 10 58 7D 57 1E 0 33 C8 4D 1C
Octal 20 130 175 127 36 0 63 310 115 34
Binary 10000 1011000 1111101 1010111 11110 0 110011 11001000 1001101 11100

Color Harmonies of #10587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10587D

Black with #10587D

Text Example


Text Example

White with #10587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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