Html Css Color HEX #125976 Orient

📋 copy color: '#125976'

red 18 ◦ green 89 ◦ blue 118

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

Shades of Orient #125976

Tints of Orient #125976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.56%

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

R = 8%
G = 39.56%
B = 52.44%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125976 (or 0x125976) is known color: Orient. HEX triplet: 12, 59 and 76. RGB value is (18,89,118). Sum of RGB (Red+Green+Blue) = 18+89+118=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #125976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125976 is #EDA689. Grayscale: #464646. Windows color (decimal): -15574666 or 7756050. OLE color: 7756050.

HSL color Cylindrical-coordinate representation of color #125976: hue angle of 197.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 #125976 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 89 118 -
CMYK 0.85 0.25 0 0.54
HSL 197.4º 0.74% 0.27% -
HSV(B) 197.4º 0.85% 0.46% -
XYZ 7.09 8.58 18.42 -
YUV 71.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 18 89 118 0.85 0.25 0 0.54 197.4 0.74 0.27
Hex 12 59 76 55 19 0 36 C5 4A 1B
Octal 22 131 166 125 31 0 66 305 112 33
Binary 10010 1011001 1110110 1010101 11001 0 110110 11000101 1001010 11011

Color Harmonies of #125976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125976

Black with #125976

Text Example


Text Example

White with #125976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125976; }

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

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

background-color css

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

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

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

border-color css

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

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

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