Html Css Color HEX #125568 Blue Lagoon

📋 copy color: '#125568'

red 18 ◦ green 85 ◦ blue 104

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

Shades of Blue Lagoon #125568

Tints of Blue Lagoon #125568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

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

R = 8.7%
G = 41.06%
B = 50.24%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#125568 (or 0x125568) is known color: Blue Lagoon. HEX triplet: 12, 55 and 68. RGB value is (18,85,104). Sum of RGB (Red+Green+Blue) = 18+85+104=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #125568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125568 is #EDAA97. Grayscale: #424242. Windows color (decimal): -15575704 or 6837522. OLE color: 6837522.

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

Color convert

RGB 18 85 104 -
CMYK 0.83 0.18 0 0.59
HSL 193.26º 0.7% 0.24% -
HSV(B) 193.26º 0.83% 0.41% -
XYZ 6 7.63 14.25 -
YUV 67.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 18 85 104 0.83 0.18 0 0.59 193.26 0.7 0.24
Hex 12 55 68 53 12 0 3B C1 46 18
Octal 22 125 150 123 22 0 73 301 106 30
Binary 10010 1010101 1101000 1010011 10010 0 111011 11000001 1000110 11000

Color Harmonies of #125568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125568

Black with #125568

Text Example


Text Example

White with #125568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125568; }

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

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

background-color css

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

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

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

border-color css

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

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

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