Html Css Color HEX #125767 Blue Lagoon

📋 copy color: '#125767'

red 18 ◦ green 87 ◦ blue 103

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

Shades of Blue Lagoon #125767

Tints of Blue Lagoon #125767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.83%

 BLUE value IS 103 (40.63% from 255) = 49.52%

R = 8.65%
G = 41.83%
B = 49.52%

CMYK

 C value IS 0.83

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#125767 (or 0x125767) is known color: Blue Lagoon. HEX triplet: 12, 57 and 67. RGB value is (18,87,103). Sum of RGB (Red+Green+Blue) = 18+87+103=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #125767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125767 is #EDA898. Grayscale: #444444. Windows color (decimal): -15575193 or 6772498. OLE color: 6772498.

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

Color convert

RGB 18 87 103 -
CMYK 0.83 0.16 0 0.60
HSL 191.29º 0.7% 0.24% -
HSV(B) 191.29º 0.83% 0.4% -
XYZ 6.11 7.92 14.04 -
YUV 68.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 18 87 103 0.83 0.16 0 0.60 191.29 0.7 0.24
Hex 12 57 67 53 10 0 3C BF 46 18
Octal 22 127 147 123 20 0 74 277 106 30
Binary 10010 1010111 1100111 1010011 10000 0 111100 10111111 1000110 11000

Color Harmonies of #125767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125767

Black with #125767

Text Example


Text Example

White with #125767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125767; }

 p { color: rgb(18,87,103); }

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

background-color css

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

 a { background-color: rgb(18,87,103); }

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

border-color css

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

 span { border-color: rgb(18,87,103); }

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