Html Css Color HEX #125771 Orient

📋 copy color: '#125771'

red 18 ◦ green 87 ◦ blue 113

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

Shades of Orient #125771

Tints of Orient #125771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.91%

 BLUE value IS 113 (44.53% from 255) = 51.83%

R = 8.26%
G = 39.91%
B = 51.83%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#125771 (or 0x125771) is known color: Orient. HEX triplet: 12, 57 and 71. RGB value is (18,87,113). Sum of RGB (Red+Green+Blue) = 18+87+113=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #125771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125771 is #EDA88E. Grayscale: #454545. Windows color (decimal): -15575183 or 7427858. OLE color: 7427858.

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

Color convert

RGB 18 87 113 -
CMYK 0.84 0.23 0 0.56
HSL 196.42º 0.73% 0.26% -
HSV(B) 196.42º 0.84% 0.44% -
XYZ 6.64 8.14 16.84 -
YUV 69.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 18 87 113 0.84 0.23 0 0.56 196.42 0.73 0.26
Hex 12 57 71 54 17 0 38 C4 49 1A
Octal 22 127 161 124 27 0 70 304 111 32
Binary 10010 1010111 1110001 1010100 10111 0 111000 11000100 1001001 11010

Color Harmonies of #125771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125771

Black with #125771

Text Example


Text Example

White with #125771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125771; }

 p { color: rgb(18,87,113); }

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

background-color css

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

 a { background-color: rgb(18,87,113); }

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

border-color css

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

 span { border-color: rgb(18,87,113); }

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