Html Css Color HEX #125870 Orient

📋 copy color: '#125870'

red 18 ◦ green 88 ◦ blue 112

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

Shades of Orient #125870

Tints of Orient #125870

RGB

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

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

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

R = 8.26%
G = 40.37%
B = 51.38%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#125870 (or 0x125870) is known color: Orient. HEX triplet: 12, 58 and 70. RGB value is (18,88,112). Sum of RGB (Red+Green+Blue) = 18+88+112=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #125870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125870 is #EDA78F. Grayscale: #454545. Windows color (decimal): -15574928 or 7362578. OLE color: 7362578.

HSL color Cylindrical-coordinate representation of color #125870: hue angle of 195.32º 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 #125870 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 88 112 -
CMYK 0.84 0.21 0 0.56
HSL 195.32º 0.72% 0.25% -
HSV(B) 195.32º 0.84% 0.44% -
XYZ 6.66 8.28 16.58 -
YUV 69.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 18 88 112 0.84 0.21 0 0.56 195.32 0.72 0.25
Hex 12 58 70 54 15 0 38 C3 48 19
Octal 22 130 160 124 25 0 70 303 110 31
Binary 10010 1011000 1110000 1010100 10101 0 111000 11000011 1001000 11001

Color Harmonies of #125870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125870

Black with #125870

Text Example


Text Example

White with #125870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125870; }

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

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

background-color css

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

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

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

border-color css

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

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

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