Html Css Color HEX #125975 Orient

📋 copy color: '#125975'

red 18 ◦ green 89 ◦ blue 117

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

Shades of Orient #125975

Tints of Orient #125975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 8.04%
G = 39.73%
B = 52.23%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125975 (or 0x125975) is known color: Orient. HEX triplet: 12, 59 and 75. RGB value is (18,89,117). Sum of RGB (Red+Green+Blue) = 18+89+117=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #125975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125975 is #EDA68A. Grayscale: #464646. Windows color (decimal): -15574667 or 7690514. OLE color: 7690514.

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

Color convert

RGB 18 89 117 -
CMYK 0.85 0.24 0 0.54
HSL 196.97º 0.73% 0.26% -
HSV(B) 196.97º 0.85% 0.46% -
XYZ 7.03 8.56 18.11 -
YUV 70.96 153.98 90.22 -
System Red Green Blue C M Y K H S L
Decimal 18 89 117 0.85 0.24 0 0.54 196.97 0.73 0.26
Hex 12 59 75 55 18 0 36 C5 49 1A
Octal 22 131 165 125 30 0 66 305 111 32
Binary 10010 1011001 1110101 1010101 11000 0 110110 11000101 1001001 11010

Color Harmonies of #125975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125975

Black with #125975

Text Example


Text Example

White with #125975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125975; }

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

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

background-color css

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

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

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

border-color css

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

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

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