Html Css Color HEX #125E7F Allports

📋 copy color: '#125E7F'

red 18 ◦ green 94 ◦ blue 127

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

Shades of Allports #125E7F

Tints of Allports #125E7F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.33%

 BLUE value IS 127 (50% from 255) = 53.14%

R = 7.53%
G = 39.33%
B = 53.14%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#125E7F (or 0x125E7F) is known color: Allports. HEX triplet: 12, 5E and 7F. RGB value is (18,94,127). Sum of RGB (Red+Green+Blue) = 18+94+127=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #125E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E7F is #EDA180. Grayscale: #4A4A4A. Windows color (decimal): -15573377 or 8347154. OLE color: 8347154.

HSL color Cylindrical-coordinate representation of color #125E7F: hue angle of 198.17º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125E7F is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 94 127 -
CMYK 0.86 0.26 0 0.50
HSL 198.17º 0.75% 0.28% -
HSV(B) 198.17º 0.86% 0.5% -
XYZ 8.08 9.67 21.52 -
YUV 75.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 18 94 127 0.86 0.26 0 0.50 198.17 0.75 0.28
Hex 12 5E 7F 56 1A 0 32 C6 4B 1C
Octal 22 136 177 126 32 0 62 306 113 34
Binary 10010 1011110 1111111 1010110 11010 0 110010 11000110 1001011 11100

Color Harmonies of #125E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E7F

Black with #125E7F

Text Example


Text Example

White with #125E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,94,127); }

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

background-color css

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

 a { background-color: rgb(18,94,127); }

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

border-color css

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

 span { border-color: rgb(18,94,127); }

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