Html Css Color HEX #125C75 Orient

📋 copy color: '#125C75'

red 18 ◦ green 92 ◦ blue 117

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

Shades of Orient #125C75

Tints of Orient #125C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.53%

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

R = 7.93%
G = 40.53%
B = 51.54%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125C75 (or 0x125C75) is known color: Orient. HEX triplet: 12, 5C and 75. RGB value is (18,92,117). Sum of RGB (Red+Green+Blue) = 18+92+117=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #125C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C75 is #EDA38A. Grayscale: #484848. Windows color (decimal): -15573899 or 7691282. OLE color: 7691282.

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

Color convert

RGB 18 92 117 -
CMYK 0.85 0.21 0 0.54
HSL 195.15º 0.73% 0.26% -
HSV(B) 195.15º 0.85% 0.46% -
XYZ 7.29 9.07 18.2 -
YUV 72.72 152.98 88.97 -
System Red Green Blue C M Y K H S L
Decimal 18 92 117 0.85 0.21 0 0.54 195.15 0.73 0.26
Hex 12 5C 75 55 15 0 36 C3 49 1A
Octal 22 134 165 125 25 0 66 303 111 32
Binary 10010 1011100 1110101 1010101 10101 0 110110 11000011 1001001 11010

Color Harmonies of #125C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C75

Black with #125C75

Text Example


Text Example

White with #125C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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