Html Css Color HEX #125C74 Orient

📋 copy color: '#125C74'

red 18 ◦ green 92 ◦ blue 116

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

Shades of Orient #125C74

Tints of Orient #125C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.33%

R = 7.96%
G = 40.71%
B = 51.33%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#125C74 (or 0x125C74) is known color: Orient. HEX triplet: 12, 5C and 74. RGB value is (18,92,116). Sum of RGB (Red+Green+Blue) = 18+92+116=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #125C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C74 is #EDA38B. Grayscale: #484848. Windows color (decimal): -15573900 or 7625746. OLE color: 7625746.

HSL color Cylindrical-coordinate representation of color #125C74: hue angle of 194.69º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125C74 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 92 116 -
CMYK 0.84 0.21 0 0.55
HSL 194.69º 0.73% 0.26% -
HSV(B) 194.69º 0.84% 0.45% -
XYZ 7.23 9.04 17.89 -
YUV 72.61 152.48 89.05 -
System Red Green Blue C M Y K H S L
Decimal 18 92 116 0.84 0.21 0 0.55 194.69 0.73 0.26
Hex 12 5C 74 54 15 0 37 C3 49 1A
Octal 22 134 164 124 25 0 67 303 111 32
Binary 10010 1011100 1110100 1010100 10101 0 110111 11000011 1001001 11010

Color Harmonies of #125C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C74

Black with #125C74

Text Example


Text Example

White with #125C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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