#12646E

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

Shades of Blue Lagoon #12646E

Tints of Blue Lagoon #12646E

Color information

#12646E (or 0x12646E) is unknown color: approx Blue Lagoon. HEX triplet: 12, 64 and 6E. RGB value is (18,100,110). Sum of RGB (Red+Green+Blue) = 18+100+110=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #12646E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12646E is #ED9B91. Grayscale: #4C4C4C. Windows color (decimal): -15571858 or 7234578. OLE color: 7234578.

HSL color Cylindrical-coordinate representation of color #12646E: hue angle of 186.52º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12646E is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB18100110-
CMYK0.840.0900.57
HSL186.52º71.88%25.1%-
HSV(B)186.52º83.64%43.14%-
XYZ7.6210.3716.35-
YUV76.62146.8386.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 110 (43.36% from 255) = 48.25%
R=7.89%
G=43.86%
B=48.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal181001100.840.0900.57186.5271.8825.1
Hex12646E549039bb4819
Octal221441561241107127311031
Binary100101100100110111010101001001011100110111011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12646E; }

 p { color: rgb(18,100,110); }

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

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

 a { background-color: rgb(18,100,110); }

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

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

 span { border-color: rgb(18,100,110); }

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