Html Css Color HEX #12587D Orient

📋 copy color: '#12587D'

red 18 ◦ green 88 ◦ blue 125

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

Shades of Orient #12587D

Tints of Orient #12587D

RGB

 RED value IS 18 (7.42% from 255) = 7.79%

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

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

R = 7.79%
G = 38.1%
B = 54.11%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12587D (or 0x12587D) is known color: Orient. HEX triplet: 12, 58 and 7D. RGB value is (18,88,125). Sum of RGB (Red+Green+Blue) = 18+88+125=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #12587D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12587D is #EDA782. Grayscale: #474747. Windows color (decimal): -15574915 or 8214546. OLE color: 8214546.

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

Color convert

RGB 18 88 125 -
CMYK 0.86 0.30 0 0.51
HSL 200.75º 0.75% 0.28% -
HSV(B) 200.75º 0.86% 0.49% -
XYZ 7.44 8.59 20.67 -
YUV 71.29 158.31 89.99 -
System Red Green Blue C M Y K H S L
Decimal 18 88 125 0.86 0.30 0 0.51 200.75 0.75 0.28
Hex 12 58 7D 56 1E 0 33 C9 4B 1C
Octal 22 130 175 126 36 0 63 311 113 34
Binary 10010 1011000 1111101 1010110 11110 0 110011 11001001 1001011 11100

Color Harmonies of #12587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12587D

Black with #12587D

Text Example


Text Example

White with #12587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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