Html Css Color HEX #125A74 Orient

📋 copy color: '#125A74'

red 18 ◦ green 90 ◦ blue 116

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

Shades of Orient #125A74

Tints of Orient #125A74

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.18%

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

R = 8.04%
G = 40.18%
B = 51.79%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#125A74 (or 0x125A74) is known color: Orient. HEX triplet: 12, 5A and 74. RGB value is (18,90,116). Sum of RGB (Red+Green+Blue) = 18+90+116=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #125A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A74 is #EDA58B. Grayscale: #474747. Windows color (decimal): -15574412 or 7625234. OLE color: 7625234.

HSL color Cylindrical-coordinate representation of color #125A74: hue angle of 195.92º 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 #125A74 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 90 116 -
CMYK 0.84 0.22 0 0.55
HSL 195.92º 0.73% 0.26% -
HSV(B) 195.92º 0.84% 0.45% -
XYZ 7.06 8.7 17.83 -
YUV 71.44 153.15 89.89 -
System Red Green Blue C M Y K H S L
Decimal 18 90 116 0.84 0.22 0 0.55 195.92 0.73 0.26
Hex 12 5A 74 54 16 0 37 C4 49 1A
Octal 22 132 164 124 26 0 67 304 111 32
Binary 10010 1011010 1110100 1010100 10110 0 110111 11000100 1001001 11010

Color Harmonies of #125A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A74

Black with #125A74

Text Example


Text Example

White with #125A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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