Html Css Color HEX #125476 Orient

📋 copy color: '#125476'

red 18 ◦ green 84 ◦ blue 118

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

Shades of Orient #125476

Tints of Orient #125476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.18%

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 8.18%
G = 38.18%
B = 53.64%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125476 (or 0x125476) is known color: Orient. HEX triplet: 12, 54 and 76. RGB value is (18,84,118). Sum of RGB (Red+Green+Blue) = 18+84+118=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #125476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125476 is #EDAB89. Grayscale: #434343. Windows color (decimal): -15575946 or 7754770. OLE color: 7754770.

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

Color convert

RGB 18 84 118 -
CMYK 0.85 0.29 0 0.54
HSL 200.4º 0.74% 0.27% -
HSV(B) 200.4º 0.85% 0.46% -
XYZ 6.69 7.78 18.29 -
YUV 68.14 156.13 92.24 -
System Red Green Blue C M Y K H S L
Decimal 18 84 118 0.85 0.29 0 0.54 200.4 0.74 0.27
Hex 12 54 76 55 1D 0 36 C8 4A 1B
Octal 22 124 166 125 35 0 66 310 112 33
Binary 10010 1010100 1110110 1010101 11101 0 110110 11001000 1001010 11011

Color Harmonies of #125476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125476

Black with #125476

Text Example


Text Example

White with #125476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125476; }

 p { color: rgb(18,84,118); }

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

background-color css

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

 a { background-color: rgb(18,84,118); }

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

border-color css

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

 span { border-color: rgb(18,84,118); }

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