Html Css Color HEX #125867 Blue Lagoon

📋 copy color: '#125867'

red 18 ◦ green 88 ◦ blue 103

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

Shades of Blue Lagoon #125867

Tints of Blue Lagoon #125867

RGB

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

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

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

R = 8.61%
G = 42.11%
B = 49.28%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#125867 (or 0x125867) is known color: Blue Lagoon. HEX triplet: 12, 58 and 67. RGB value is (18,88,103). Sum of RGB (Red+Green+Blue) = 18+88+103=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #125867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125867 is #EDA798. Grayscale: #444444. Windows color (decimal): -15574937 or 6772754. OLE color: 6772754.

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

Color convert

RGB 18 88 103 -
CMYK 0.83 0.15 0 0.60
HSL 190.59º 0.7% 0.24% -
HSV(B) 190.59º 0.83% 0.4% -
XYZ 6.19 8.09 14.07 -
YUV 68.78 147.31 91.78 -
System Red Green Blue C M Y K H S L
Decimal 18 88 103 0.83 0.15 0 0.60 190.59 0.7 0.24
Hex 12 58 67 53 F 0 3C BF 46 18
Octal 22 130 147 123 17 0 74 277 106 30
Binary 10010 1011000 1100111 1010011 1111 0 111100 10111111 1000110 11000

Color Harmonies of #125867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125867

Black with #125867

Text Example


Text Example

White with #125867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125867; }

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

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

background-color css

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

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

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

border-color css

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

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

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