Html Css Color HEX #125170 Orient

📋 copy color: '#125170'

red 18 ◦ green 81 ◦ blue 112

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

Shades of Orient #125170

Tints of Orient #125170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

 BLUE value IS 112 (44.14% from 255) = 53.08%

R = 8.53%
G = 38.39%
B = 53.08%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#125170 (or 0x125170) is known color: Orient. HEX triplet: 12, 51 and 70. RGB value is (18,81,112). Sum of RGB (Red+Green+Blue) = 18+81+112=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #125170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125170 is #EDAE8F. Grayscale: #414141. Windows color (decimal): -15576720 or 7360786. OLE color: 7360786.

HSL color Cylindrical-coordinate representation of color #125170: hue angle of 199.79º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125170 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 81 112 -
CMYK 0.84 0.28 0 0.56
HSL 199.79º 0.72% 0.25% -
HSV(B) 199.79º 0.84% 0.44% -
XYZ 6.12 7.18 16.39 -
YUV 65.7 154.13 93.98 -
System Red Green Blue C M Y K H S L
Decimal 18 81 112 0.84 0.28 0 0.56 199.79 0.72 0.25
Hex 12 51 70 54 1C 0 38 C8 48 19
Octal 22 121 160 124 34 0 70 310 110 31
Binary 10010 1010001 1110000 1010100 11100 0 111000 11001000 1001000 11001

Color Harmonies of #125170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125170

Black with #125170

Text Example


Text Example

White with #125170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125170; }

 p { color: rgb(18,81,112); }

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

background-color css

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

 a { background-color: rgb(18,81,112); }

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

border-color css

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

 span { border-color: rgb(18,81,112); }

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