#125368

Color #125368 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #125368

Tints of Blue Lagoon #125368

Color information

#125368 (or 0x125368) is unknown color: approx Blue Lagoon. HEX triplet: 12, 53 and 68. RGB value is (18,83,104). Sum of RGB (Red+Green+Blue) = 18+83+104=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #125368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125368 is #EDAC97. Grayscale: #414141. Windows color (decimal): -15576216 or 6837010. OLE color: 6837010.

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

Color convert

RGB1883104-
CMYK0.830.2000.59
HSL194.65º70.49%23.92%-
HSV(B)194.65º82.69%40.78%-
XYZ5.847.3114.2-
YUV65.96149.4793.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=8.78%
G=40.49%
B=50.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18831040.830.2000.59194.6570.4923.92
Hex125368531403Bc34618
Octal221231501232407330310630
Binary1001010100111101000101001110100011101111000011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125368; }

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

 H1.HeaderClassName
 {
   color: #125368;
 }
 .AnyTagClassName
 {
   color: #125368;
 }
</style>
background-color css

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

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

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

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

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

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