Html Css Color HEX #125F77 Allports

📋 copy color: '#125F77'

red 18 ◦ green 95 ◦ blue 119

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

Shades of Allports #125F77

Tints of Allports #125F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.95%

 BLUE value IS 119 (46.88% from 255) = 51.29%

R = 7.76%
G = 40.95%
B = 51.29%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#125F77 (or 0x125F77) is known color: Allports. HEX triplet: 12, 5F and 77. RGB value is (18,95,119). Sum of RGB (Red+Green+Blue) = 18+95+119=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #125F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F77 is #EDA088. Grayscale: #4A4A4A. Windows color (decimal): -15573129 or 7823122. OLE color: 7823122.

HSL color Cylindrical-coordinate representation of color #125F77: hue angle of 194.26º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125F77 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 95 119 -
CMYK 0.85 0.20 0 0.53
HSL 194.26º 0.74% 0.27% -
HSV(B) 194.26º 0.85% 0.47% -
XYZ 7.67 9.64 18.91 -
YUV 74.71 152.99 87.55 -
System Red Green Blue C M Y K H S L
Decimal 18 95 119 0.85 0.20 0 0.53 194.26 0.74 0.27
Hex 12 5F 77 55 14 0 35 C2 4A 1B
Octal 22 137 167 125 24 0 65 302 112 33
Binary 10010 1011111 1110111 1010101 10100 0 110101 11000010 1001010 11011

Color Harmonies of #125F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F77

Black with #125F77

Text Example


Text Example

White with #125F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,95,119); }

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

background-color css

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

 a { background-color: rgb(18,95,119); }

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

border-color css

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

 span { border-color: rgb(18,95,119); }

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