Html Css Color HEX #125468 Blue Lagoon

📋 copy color: '#125468'

red 18 ◦ green 84 ◦ blue 104

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

Shades of Blue Lagoon #125468

Tints of Blue Lagoon #125468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.78%

 BLUE value IS 104 (41.02% from 255) = 50.49%

R = 8.74%
G = 40.78%
B = 50.49%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#125468 (or 0x125468) is known color: Blue Lagoon. HEX triplet: 12, 54 and 68. RGB value is (18,84,104). Sum of RGB (Red+Green+Blue) = 18+84+104=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #125468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125468 is #EDAB97. Grayscale: #424242. Windows color (decimal): -15575960 or 6837266. OLE color: 6837266.

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

Color convert

RGB 18 84 104 -
CMYK 0.83 0.19 0 0.59
HSL 193.95º 0.7% 0.24% -
HSV(B) 193.95º 0.83% 0.41% -
XYZ 5.92 7.47 14.23 -
YUV 66.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 18 84 104 0.83 0.19 0 0.59 193.95 0.7 0.24
Hex 12 54 68 53 13 0 3B C2 46 18
Octal 22 124 150 123 23 0 73 302 106 30
Binary 10010 1010100 1101000 1010011 10011 0 111011 11000010 1000110 11000

Color Harmonies of #125468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125468

Black with #125468

Text Example


Text Example

White with #125468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125468; }

 p { color: rgb(18,84,104); }

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

background-color css

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

 a { background-color: rgb(18,84,104); }

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

border-color css

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

 span { border-color: rgb(18,84,104); }

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