Html Css Color HEX #125469 Blue Lagoon

📋 copy color: '#125469'

red 18 ◦ green 84 ◦ blue 105

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

Shades of Blue Lagoon #125469

Tints of Blue Lagoon #125469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.72%

R = 8.7%
G = 40.58%
B = 50.72%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#125469 (or 0x125469) is known color: Blue Lagoon. HEX triplet: 12, 54 and 69. RGB value is (18,84,105). Sum of RGB (Red+Green+Blue) = 18+84+105=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #125469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125469 is #EDAB96. Grayscale: #424242. Windows color (decimal): -15575959 or 6902802. OLE color: 6902802.

HSL color Cylindrical-coordinate representation of color #125469: hue angle of 194.48º degrees, saturation: 0.71, 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 #125469 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 84 105 -
CMYK 0.83 0.20 0 0.59
HSL 194.48º 0.71% 0.24% -
HSV(B) 194.48º 0.83% 0.41% -
XYZ 5.97 7.49 14.5 -
YUV 66.66 149.63 93.29 -
System Red Green Blue C M Y K H S L
Decimal 18 84 105 0.83 0.20 0 0.59 194.48 0.71 0.24
Hex 12 54 69 53 14 0 3B C2 47 18
Octal 22 124 151 123 24 0 73 302 107 30
Binary 10010 1010100 1101001 1010011 10100 0 111011 11000010 1000111 11000

Color Harmonies of #125469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125469

Black with #125469

Text Example


Text Example

White with #125469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125469; }

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

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

background-color css

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

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

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

border-color css

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

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

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