Html Css Color HEX #125675 Orient

📋 copy color: '#125675'

red 18 ◦ green 86 ◦ blue 117

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

Shades of Orient #125675

Tints of Orient #125675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.91%

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 8.14%
G = 38.91%
B = 52.94%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125675 (or 0x125675) is known color: Orient. HEX triplet: 12, 56 and 75. RGB value is (18,86,117). Sum of RGB (Red+Green+Blue) = 18+86+117=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #125675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125675 is #EDA98A. Grayscale: #454545. Windows color (decimal): -15575435 or 7689746. OLE color: 7689746.

HSL color Cylindrical-coordinate representation of color #125675: hue angle of 198.79º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125675 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 86 117 -
CMYK 0.85 0.26 0 0.54
HSL 198.79º 0.73% 0.26% -
HSV(B) 198.79º 0.85% 0.46% -
XYZ 6.79 8.07 18.03 -
YUV 69.2 154.97 91.48 -
System Red Green Blue C M Y K H S L
Decimal 18 86 117 0.85 0.26 0 0.54 198.79 0.73 0.26
Hex 12 56 75 55 1A 0 36 C7 49 1A
Octal 22 126 165 125 32 0 66 307 111 32
Binary 10010 1010110 1110101 1010101 11010 0 110110 11000111 1001001 11010

Color Harmonies of #125675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125675

Black with #125675

Text Example


Text Example

White with #125675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125675; }

 p { color: rgb(18,86,117); }

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

background-color css

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

 a { background-color: rgb(18,86,117); }

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

border-color css

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

 span { border-color: rgb(18,86,117); }

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