Html Css Color HEX #125667 Blue Lagoon

📋 copy color: '#125667'

red 18 ◦ green 86 ◦ blue 103

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

Shades of Blue Lagoon #125667

Tints of Blue Lagoon #125667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.55%

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

R = 8.7%
G = 41.55%
B = 49.76%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#125667 (or 0x125667) is known color: Blue Lagoon. HEX triplet: 12, 56 and 67. RGB value is (18,86,103). Sum of RGB (Red+Green+Blue) = 18+86+103=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #125667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125667 is #EDA998. Grayscale: #434343. Windows color (decimal): -15575449 or 6772242. OLE color: 6772242.

HSL color Cylindrical-coordinate representation of color #125667: hue angle of 192º 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 #125667 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 86 103 -
CMYK 0.83 0.17 0 0.60
HSL 192º 0.7% 0.24% -
HSV(B) 192º 0.83% 0.4% -
XYZ 6.03 7.76 14.01 -
YUV 67.61 147.97 92.62 -
System Red Green Blue C M Y K H S L
Decimal 18 86 103 0.83 0.17 0 0.60 192 0.7 0.24
Hex 12 56 67 53 11 0 3C C0 46 18
Octal 22 126 147 123 21 0 74 300 106 30
Binary 10010 1010110 1100111 1010011 10001 0 111100 11000000 1000110 11000

Color Harmonies of #125667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125667

Black with #125667

Text Example


Text Example

White with #125667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125667; }

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

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

background-color css

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

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

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

border-color css

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

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

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