#125367

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

Shades of Blue Lagoon #125367

Tints of Blue Lagoon #125367

Color information

#125367 (or 0x125367) is unknown color: approx Blue Lagoon. HEX triplet: 12, 53 and 67. RGB value is (18,83,103). Sum of RGB (Red+Green+Blue) = 18+83+103=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #125367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125367 is #EDAC98. Grayscale: #414141. Windows color (decimal): -15576217 or 6771474. OLE color: 6771474.

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

Color convert

RGB1883103-
CMYK0.830.1900.60
HSL194.12º70.25%23.73%-
HSV(B)194.12º82.52%40.39%-
XYZ5.797.2913.93-
YUV65.84148.9793.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 103 (40.62% from 255) = 50.49%
R=8.82%
G=40.69%
B=50.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18831030.830.1900.60194.1270.2523.73
Hex125367531303Cc24618
Octal221231471232307430210630
Binary1001010100111100111101001110011011110011000010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125367; }

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

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

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

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

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

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

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

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