Html Css Color HEX #125A75 Orient

📋 copy color: '#125A75'

red 18 ◦ green 90 ◦ blue 117

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

Shades of Orient #125A75

Tints of Orient #125A75

RGB

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

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

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

R = 8%
G = 40%
B = 52%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125A75 (or 0x125A75) is known color: Orient. HEX triplet: 12, 5A and 75. RGB value is (18,90,117). Sum of RGB (Red+Green+Blue) = 18+90+117=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #125A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A75 is #EDA58A. Grayscale: #474747. Windows color (decimal): -15574411 or 7690770. OLE color: 7690770.

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

Color convert

RGB 18 90 117 -
CMYK 0.85 0.23 0 0.54
HSL 196.36º 0.73% 0.26% -
HSV(B) 196.36º 0.85% 0.46% -
XYZ 7.12 8.73 18.14 -
YUV 71.55 153.65 89.8 -
System Red Green Blue C M Y K H S L
Decimal 18 90 117 0.85 0.23 0 0.54 196.36 0.73 0.26
Hex 12 5A 75 55 17 0 36 C4 49 1A
Octal 22 132 165 125 27 0 66 304 111 32
Binary 10010 1011010 1110101 1010101 10111 0 110110 11000100 1001001 11010

Color Harmonies of #125A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A75

Black with #125A75

Text Example


Text Example

White with #125A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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