Html Css Color HEX #125F81 Allports

📋 copy color: '#125F81'

red 18 ◦ green 95 ◦ blue 129

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

Shades of Allports #125F81

Tints of Allports #125F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.31%

R = 7.44%
G = 39.26%
B = 53.31%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#125F81 (or 0x125F81) is known color: Allports. HEX triplet: 12, 5F and 81. RGB value is (18,95,129). Sum of RGB (Red+Green+Blue) = 18+95+129=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #125F81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125F81 is #EDA07E. Grayscale: #4B4B4B. Windows color (decimal): -15573119 or 8478482. OLE color: 8478482.

HSL color Cylindrical-coordinate representation of color #125F81: hue angle of 198.38º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125F81 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 95 129 -
CMYK 0.86 0.26 0 0.49
HSL 198.38º 0.76% 0.29% -
HSV(B) 198.38º 0.86% 0.51% -
XYZ 8.3 9.9 22.24 -
YUV 75.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 18 95 129 0.86 0.26 0 0.49 198.38 0.76 0.29
Hex 12 5F 81 56 1A 0 31 C6 4C 1D
Octal 22 137 201 126 32 0 61 306 114 35
Binary 10010 1011111 10000001 1010110 11010 0 110001 11000110 1001100 11101

Color Harmonies of #125F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F81

Black with #125F81

Text Example


Text Example

White with #125F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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