Html Css Color HEX #125A71 Orient

📋 copy color: '#125A71'

red 18 ◦ green 90 ◦ blue 113

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

Shades of Orient #125A71

Tints of Orient #125A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.13%

R = 8.14%
G = 40.72%
B = 51.13%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#125A71 (or 0x125A71) is known color: Orient. HEX triplet: 12, 5A and 71. RGB value is (18,90,113). Sum of RGB (Red+Green+Blue) = 18+90+113=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #125A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A71 is #EDA58E. Grayscale: #464646. Windows color (decimal): -15574415 or 7428626. OLE color: 7428626.

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

Color convert

RGB 18 90 113 -
CMYK 0.84 0.20 0 0.56
HSL 194.53º 0.73% 0.26% -
HSV(B) 194.53º 0.84% 0.44% -
XYZ 6.89 8.63 16.93 -
YUV 71.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 18 90 113 0.84 0.20 0 0.56 194.53 0.73 0.26
Hex 12 5A 71 54 14 0 38 C3 49 1A
Octal 22 132 161 124 24 0 70 303 111 32
Binary 10010 1011010 1110001 1010100 10100 0 111000 11000011 1001001 11010

Color Harmonies of #125A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A71

Black with #125A71

Text Example


Text Example

White with #125A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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