Html Css Color HEX #125565 Blue Lagoon

📋 copy color: '#125565'

red 18 ◦ green 85 ◦ blue 101

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

Shades of Blue Lagoon #125565

Tints of Blue Lagoon #125565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

 BLUE value IS 101 (39.84% from 255) = 49.51%

R = 8.82%
G = 41.67%
B = 49.51%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#125565 (or 0x125565) is known color: Blue Lagoon. HEX triplet: 12, 55 and 65. RGB value is (18,85,101). Sum of RGB (Red+Green+Blue) = 18+85+101=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #125565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125565 is #EDAA9A. Grayscale: #424242. Windows color (decimal): -15575707 or 6640914. OLE color: 6640914.

HSL color Cylindrical-coordinate representation of color #125565: hue angle of 191.57º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125565 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 85 101 -
CMYK 0.82 0.16 0 0.60
HSL 191.57º 0.7% 0.23% -
HSV(B) 191.57º 0.82% 0.4% -
XYZ 5.85 7.57 13.46 -
YUV 66.79 147.3 93.2 -
System Red Green Blue C M Y K H S L
Decimal 18 85 101 0.82 0.16 0 0.60 191.57 0.7 0.23
Hex 12 55 65 52 10 0 3C C0 46 17
Octal 22 125 145 122 20 0 74 300 106 27
Binary 10010 1010101 1100101 1010010 10000 0 111100 11000000 1000110 10111

Color Harmonies of #125565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125565

Black with #125565

Text Example


Text Example

White with #125565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125565; }

 p { color: rgb(18,85,101); }

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

background-color css

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

 a { background-color: rgb(18,85,101); }

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

border-color css

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

 span { border-color: rgb(18,85,101); }

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