Html Css Color HEX #125868 Blue Lagoon

📋 copy color: '#125868'

red 18 ◦ green 88 ◦ blue 104

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

Shades of Blue Lagoon #125868

Tints of Blue Lagoon #125868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.9%

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

R = 8.57%
G = 41.9%
B = 49.52%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#125868 (or 0x125868) is known color: Blue Lagoon. HEX triplet: 12, 58 and 68. RGB value is (18,88,104). Sum of RGB (Red+Green+Blue) = 18+88+104=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #125868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125868 is #EDA797. Grayscale: #444444. Windows color (decimal): -15574936 or 6838290. OLE color: 6838290.

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

Color convert

RGB 18 88 104 -
CMYK 0.83 0.15 0 0.59
HSL 191.16º 0.7% 0.24% -
HSV(B) 191.16º 0.83% 0.41% -
XYZ 6.24 8.11 14.33 -
YUV 68.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 18 88 104 0.83 0.15 0 0.59 191.16 0.7 0.24
Hex 12 58 68 53 F 0 3B BF 46 18
Octal 22 130 150 123 17 0 73 277 106 30
Binary 10010 1011000 1101000 1010011 1111 0 111011 10111111 1000110 11000

Color Harmonies of #125868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125868

Black with #125868

Text Example


Text Example

White with #125868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125868; }

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

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

background-color css

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

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

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

border-color css

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

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

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